#ffffaa
a light, electric yellow · cool · closest name: khaki
RGB
255, 255, 170
HSL
60°, 100%, 83%
CMYK
0, 0, 33, 0
Luminance
0.9568
Every format
| HEX | #ffffaa |
| RGB | rgb(255, 255, 170) |
| HSL | hsl(60, 100%, 83%) |
| CMYK | cmyk(0%, 0%, 33%, 0%) |
| LAB | lab(98.3 -12.4 40.7) |
| LCH | lch(98.3 42.5 106.9) |
| OKLCH | oklch(0.981 0.106 108.2) |
Copy-ready code
/* CSS */
color: #ffffaa;
background-color: #ffffaa;
/* Tailwind (arbitrary) */
class="text-[#ffffaa] bg-[#ffffaa]"
/* SCSS */
$brand: #ffffaa;
/* SwiftUI */
Color(red: 1.000, green: 1.000, blue: 0.667)
/* Android */
Color.parseColor("#ffffaa")Accessibility — WCAG contrast
Aa
#ffffaa on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffffaa on black: 20.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green100.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow33.3%
Key (black)0.0%
Color previews
#ffffaa text on a black background
contrast 20.14:1
Card sample
#ffffaa text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffffaa;
Background color
Panel with #ffffaa background
background-color: #ffffaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffffaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 255, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 255, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffffaa; background: linear-gradient(135deg, #ffffaa, #C6FFAA);