#feeff2
a pale, electric red · warm · closest name: white
RGB
254, 239, 242
HSL
348°, 88%, 97%
CMYK
0, 6, 5, 0
Luminance
0.8921
Every format
| HEX | #feeff2 |
| RGB | rgb(254, 239, 242) |
| HSL | hsl(348, 88%, 97%) |
| CMYK | cmyk(0%, 6%, 5%, 0%) |
| LAB | lab(95.7 5.5 0.4) |
| LCH | lch(95.7 5.6 3.8) |
| OKLCH | oklch(0.965 0.017 3.6) |
Copy-ready code
/* CSS */
color: #feeff2;
background-color: #feeff2;
/* Tailwind (arbitrary) */
class="text-[#feeff2] bg-[#feeff2]"
/* SCSS */
$brand: #feeff2;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.949)
/* Android */
Color.parseColor("#feeff2")Accessibility — WCAG contrast
Aa
#feeff2 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeff2 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow4.7%
Key (black)0.4%
Color previews
#feeff2 text on a black background
contrast 18.84:1
Card sample
#feeff2 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeff2;
Background color
Panel with #feeff2 background
background-color: #feeff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeff2; background: linear-gradient(135deg, #feeff2, #FEF6EF);