<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Phelan &#187; Accessibility</title>
	<atom:link href="http://www.rphelan.com/tag/accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rphelan.com</link>
	<description>Exploring Flex, Design, and Visualization</description>
	<lastBuildDate>Thu, 12 Aug 2010 14:56:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Colors on the Web: Brightness, Difference, and Accessibility</title>
		<link>http://www.rphelan.com/2008/08/18/colors-on-the-web-brightness-difference-and-accessibility/</link>
		<comments>http://www.rphelan.com/2008/08/18/colors-on-the-web-brightness-difference-and-accessibility/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 16:08:00 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://www.rphelan.com/?p=47</guid>
		<description><![CDATA[I was doing some research a while back, trying to find a formula to compute the brightness of a color. I found the solution here. The document also gives a formula for computing the difference between two colors, and a heuristic for determining whether two colors have enough contrast to be readable on a web [...]]]></description>
			<content:encoded><![CDATA[<p>I was doing some research a while back, trying to find a formula to compute the brightness of a color.  I found the solution <a href="http://www.w3.org/TR/AERT#color-contrast">here</a>.  The document also gives a formula for computing the difference between two colors, and a heuristic for determining whether two colors have enough contrast to be readable on a web page.  So of course I had to try them all out in AS3 and create a mini app for testing foreground and background colors for accessibility.  Why not run some of your next application's interface colors through and see how they measure up?</p>
<p><a href="http://www.rphelan.com/flex/ColorTest/ColorTest.html">Application  </a>-  <a href="http://www.rphelan.com/flex/ColorTest/srcview/index.html">Source</a></p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ColorTest_1023944365"
			class="flashmovie"
			width="450"
			height="525">
	<param name="movie" value="http://www.rphelan.com/flex/ColorTest/ColorTest.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.rphelan.com/flex/ColorTest/ColorTest.swf"
			name="fm_ColorTest_1023944365"
			width="450"
			height="525">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
]]></content:encoded>
			<wfw:commentRss>http://www.rphelan.com/2008/08/18/colors-on-the-web-brightness-difference-and-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
