#ffeee9
a pale, electric red · warm · closest name: white
RGB
255, 238, 233
HSL
14°, 100%, 96%
CMYK
0, 7, 9, 0
Luminance
0.8829
Every format
| HEX | #ffeee9 |
| RGB | rgb(255, 238, 233) |
| HSL | hsl(14, 100%, 96%) |
| CMYK | cmyk(0%, 7%, 9%, 0%) |
| LAB | lab(95.3 4.9 4.5) |
| LCH | lch(95.3 6.6 42.4) |
| OKLCH | oklch(0.961 0.020 37.0) |
Copy-ready code
/* CSS */
color: #ffeee9;
background-color: #ffeee9;
/* Tailwind (arbitrary) */
class="text-[#ffeee9] bg-[#ffeee9]"
/* SCSS */
$brand: #ffeee9;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.914)
/* Android */
Color.parseColor("#ffeee9")Accessibility — WCAG contrast
Aa
#ffeee9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeee9 on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow8.6%
Key (black)0.0%
Color previews
#ffeee9 text on a black background
contrast 18.66:1
Card sample
#ffeee9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeee9;
Background color
Panel with #ffeee9 background
background-color: #ffeee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeee9; background: linear-gradient(135deg, #ffeee9, #FFFDE9);