#feecfa
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 236, 250
HSL
313°, 90%, 96%
CMYK
0, 7, 2, 0
Luminance
0.8796
Every format
| HEX | #feecfa |
| RGB | rgb(254, 236, 250) |
| HSL | hsl(313, 90%, 96%) |
| CMYK | cmyk(0%, 7%, 2%, 0%) |
| LAB | lab(95.2 8.5 -4.5) |
| LCH | lch(95.2 9.6 331.8) |
| OKLCH | oklch(0.961 0.027 333.3) |
Copy-ready code
/* CSS */
color: #feecfa;
background-color: #feecfa;
/* Tailwind (arbitrary) */
class="text-[#feecfa] bg-[#feecfa]"
/* SCSS */
$brand: #feecfa;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.980)
/* Android */
Color.parseColor("#feecfa")Accessibility — WCAG contrast
Aa
#feecfa on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecfa on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow1.6%
Key (black)0.4%
Color previews
#feecfa text on a black background
contrast 18.59:1
Card sample
#feecfa text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecfa;
Background color
Panel with #feecfa background
background-color: #feecfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecfa; background: linear-gradient(135deg, #feecfa, #FEECEE);