#ffee99
a light, electric yellow · cool · closest name: khaki
RGB
255, 238, 153
HSL
50°, 100%, 80%
CMYK
0, 7, 40, 0
Luminance
0.8471
Every format
| HEX | #ffee99 |
| RGB | rgb(255, 238, 153) |
| HSL | hsl(50, 100%, 80%) |
| CMYK | cmyk(0%, 7%, 40%, 0%) |
| LAB | lab(93.8 -5.8 43.2) |
| LCH | lch(93.8 43.6 97.7) |
| OKLCH | oklch(0.944 0.107 98.3) |
Copy-ready code
/* CSS */
color: #ffee99;
background-color: #ffee99;
/* Tailwind (arbitrary) */
class="text-[#ffee99] bg-[#ffee99]"
/* SCSS */
$brand: #ffee99;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.600)
/* Android */
Color.parseColor("#ffee99")Accessibility — WCAG contrast
Aa
#ffee99 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffee99 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow40.0%
Key (black)0.0%
Color previews
#ffee99 text on a black background
contrast 17.94:1
Card sample
#ffee99 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffee99;
Background color
Panel with #ffee99 background
background-color: #ffee99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffee99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffee99; background: linear-gradient(135deg, #ffee99, #CCFF99);