#fadef2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 222, 242
HSL
317°, 74%, 93%
CMYK
0, 11, 3, 2
Luminance
0.7898
Every format
| HEX | #fadef2 |
| RGB | rgb(250, 222, 242) |
| HSL | hsl(317, 74%, 93%) |
| CMYK | cmyk(0%, 11%, 3%, 2%) |
| LAB | lab(91.2 13.0 -6.2) |
| LCH | lch(91.2 14.4 334.5) |
| OKLCH | oklch(0.929 0.040 336.1) |
Copy-ready code
/* CSS */
color: #fadef2;
background-color: #fadef2;
/* Tailwind (arbitrary) */
class="text-[#fadef2] bg-[#fadef2]"
/* SCSS */
$brand: #fadef2;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.949)
/* Android */
Color.parseColor("#fadef2")Accessibility — WCAG contrast
Aa
#fadef2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadef2 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow3.2%
Key (black)2.0%
Color previews
#fadef2 text on a black background
contrast 16.80:1
Card sample
#fadef2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadef2;
Background color
Panel with #fadef2 background
background-color: #fadef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadef2; background: linear-gradient(135deg, #fadef2, #FADEDF);