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