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