#ffeead
a light, electric yellow · cool · closest name: khaki
RGB
255, 238, 173
HSL
48°, 100%, 84%
CMYK
0, 7, 32, 0
Luminance
0.8543
Every format
| HEX | #ffeead |
| RGB | rgb(255, 238, 173) |
| HSL | hsl(48, 100%, 84%) |
| CMYK | cmyk(0%, 7%, 32%, 0%) |
| LAB | lab(94.1 -3.6 33.6) |
| LCH | lch(94.1 33.8 96.1) |
| OKLCH | oklch(0.948 0.084 95.2) |
Copy-ready code
/* CSS */
color: #ffeead;
background-color: #ffeead;
/* Tailwind (arbitrary) */
class="text-[#ffeead] bg-[#ffeead]"
/* SCSS */
$brand: #ffeead;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.678)
/* Android */
Color.parseColor("#ffeead")Accessibility — WCAG contrast
Aa
#ffeead on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeead on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow32.2%
Key (black)0.0%
Color previews
#ffeead text on a black background
contrast 18.09:1
Card sample
#ffeead text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeead;
Background color
Panel with #ffeead background
background-color: #ffeead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeead; background: linear-gradient(135deg, #ffeead, #D9FFAD);