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