#ffeee5
a pale, electric orange · warm · closest name: ivory
RGB
255, 238, 229
HSL
21°, 100%, 95%
CMYK
0, 7, 10, 0
Luminance
0.8807
Every format
| HEX | #ffeee5 |
| RGB | rgb(255, 238, 229) |
| HSL | hsl(21, 100%, 95%) |
| CMYK | cmyk(0%, 7%, 10%, 0%) |
| LAB | lab(95.2 4.3 6.4) |
| LCH | lch(95.2 7.7 56.4) |
| OKLCH | oklch(0.960 0.022 49.9) |
Copy-ready code
/* CSS */
color: #ffeee5;
background-color: #ffeee5;
/* Tailwind (arbitrary) */
class="text-[#ffeee5] bg-[#ffeee5]"
/* SCSS */
$brand: #ffeee5;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#ffeee5")Accessibility — WCAG contrast
Aa
#ffeee5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeee5 on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow10.2%
Key (black)0.0%
Color previews
#ffeee5 text on a black background
contrast 18.61:1
Card sample
#ffeee5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeee5;
Background color
Panel with #ffeee5 background
background-color: #ffeee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeee5; background: linear-gradient(135deg, #ffeee5, #FFFFE5);