#fedaf2
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 218, 242
HSL
320°, 95%, 93%
CMYK
0, 14, 5, 0
Luminance
0.7762
Every format
| HEX | #fedaf2 |
| RGB | rgb(254, 218, 242) |
| HSL | hsl(320, 95%, 93%) |
| CMYK | cmyk(0%, 14%, 5%, 0%) |
| LAB | lab(90.6 16.4 -7.1) |
| LCH | lch(90.6 17.9 336.7) |
| OKLCH | oklch(0.925 0.051 338.3) |
Copy-ready code
/* CSS */
color: #fedaf2;
background-color: #fedaf2;
/* Tailwind (arbitrary) */
class="text-[#fedaf2] bg-[#fedaf2]"
/* SCSS */
$brand: #fedaf2;
/* SwiftUI */
Color(red: 0.996, green: 0.855, blue: 0.949)
/* Android */
Color.parseColor("#fedaf2")Accessibility — WCAG contrast
Aa
#fedaf2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fedaf2 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green85.5%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow4.7%
Key (black)0.4%
Color previews
#fedaf2 text on a black background
contrast 16.52:1
Card sample
#fedaf2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fedaf2;
Background color
Panel with #fedaf2 background
background-color: #fedaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fedaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 218, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 218, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fedaf2; background: linear-gradient(135deg, #fedaf2, #FEDADA);