#feeffb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 239, 251
HSL
312°, 88%, 97%
CMYK
0, 6, 1, 0
Luminance
0.8977
Every format
| HEX | #feeffb |
| RGB | rgb(254, 239, 251) |
| HSL | hsl(312, 88%, 97%) |
| CMYK | cmyk(0%, 6%, 1%, 0%) |
| LAB | lab(95.9 7.1 -4.0) |
| LCH | lch(95.9 8.1 330.9) |
| OKLCH | oklch(0.967 0.022 332.3) |
Copy-ready code
/* CSS */
color: #feeffb;
background-color: #feeffb;
/* Tailwind (arbitrary) */
class="text-[#feeffb] bg-[#feeffb]"
/* SCSS */
$brand: #feeffb;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.984)
/* Android */
Color.parseColor("#feeffb")Accessibility — WCAG contrast
Aa
#feeffb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeffb on black: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue98.4%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow1.2%
Key (black)0.4%
Color previews
#feeffb text on a black background
contrast 18.95:1
Card sample
#feeffb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeffb;
Background color
Panel with #feeffb background
background-color: #feeffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeffb; background: linear-gradient(135deg, #feeffb, #FEEFF1);