#ffee88
a light, electric yellow · cool · closest name: khaki
RGB
255, 238, 136
HSL
51°, 100%, 77%
CMYK
0, 7, 47, 0
Luminance
0.8419
Every format
| HEX | #ffee88 |
| RGB | rgb(255, 238, 136) |
| HSL | hsl(51, 100%, 77%) |
| CMYK | cmyk(0%, 7%, 47%, 0%) |
| LAB | lab(93.5 -7.5 51.2) |
| LCH | lch(93.5 51.7 98.3) |
| OKLCH | oklch(0.942 0.124 100.0) |
Copy-ready code
/* CSS */
color: #ffee88;
background-color: #ffee88;
/* Tailwind (arbitrary) */
class="text-[#ffee88] bg-[#ffee88]"
/* SCSS */
$brand: #ffee88;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.533)
/* Android */
Color.parseColor("#ffee88")Accessibility — WCAG contrast
Aa
#ffee88 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffee88 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow46.7%
Key (black)0.0%
Color previews
#ffee88 text on a black background
contrast 17.84:1
Card sample
#ffee88 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffee88;
Background color
Panel with #ffee88 background
background-color: #ffee88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffee88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffee88; background: linear-gradient(135deg, #ffee88, #C1FF88);