#feeeeb
a pale, electric red · warm · closest name: white
RGB
254, 238, 235
HSL
10°, 91%, 96%
CMYK
0, 6, 8, 0
Luminance
0.8822
Every format
| HEX | #feeeeb |
| RGB | rgb(254, 238, 235) |
| HSL | hsl(10, 91%, 96%) |
| CMYK | cmyk(0%, 6%, 8%, 0%) |
| LAB | lab(95.3 4.9 3.4) |
| LCH | lch(95.3 6.0 34.7) |
| OKLCH | oklch(0.961 0.018 30.3) |
Copy-ready code
/* CSS */
color: #feeeeb;
background-color: #feeeeb;
/* Tailwind (arbitrary) */
class="text-[#feeeeb] bg-[#feeeeb]"
/* SCSS */
$brand: #feeeeb;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#feeeeb")Accessibility — WCAG contrast
Aa
#feeeeb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeeeb on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow7.5%
Key (black)0.4%
Color previews
#feeeeb text on a black background
contrast 18.64:1
Card sample
#feeeeb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeeeb;
Background color
Panel with #feeeeb background
background-color: #feeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeeeb; background: linear-gradient(135deg, #feeeeb, #FEFBEB);