#fadce2
a pale, electric red · warm · closest name: lavender
RGB
250, 220, 226
HSL
348°, 75%, 92%
CMYK
0, 12, 10, 2
Luminance
0.7700
Every format
| HEX | #fadce2 |
| RGB | rgb(250, 220, 226) |
| HSL | hsl(348, 75%, 92%) |
| CMYK | cmyk(0%, 12%, 10%, 2%) |
| LAB | lab(90.3 11.3 0.9) |
| LCH | lch(90.3 11.3 4.4) |
| OKLCH | oklch(0.921 0.034 4.2) |
Copy-ready code
/* CSS */
color: #fadce2;
background-color: #fadce2;
/* Tailwind (arbitrary) */
class="text-[#fadce2] bg-[#fadce2]"
/* SCSS */
$brand: #fadce2;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.886)
/* Android */
Color.parseColor("#fadce2")Accessibility — WCAG contrast
Aa
#fadce2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadce2 on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow9.6%
Key (black)2.0%
Color previews
#fadce2 text on a black background
contrast 16.40:1
Card sample
#fadce2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadce2;
Background color
Panel with #fadce2 background
background-color: #fadce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadce2; background: linear-gradient(135deg, #fadce2, #FAEADC);