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