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