#fadee7
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 222, 231
HSL
341°, 74%, 93%
CMYK
0, 11, 8, 2
Luminance
0.7834
Every format
| HEX | #fadee7 |
| RGB | rgb(250, 222, 231) |
| HSL | hsl(341, 74%, 93%) |
| CMYK | cmyk(0%, 11%, 8%, 2%) |
| LAB | lab(90.9 11.1 -0.9) |
| LCH | lch(90.9 11.1 355.6) |
| OKLCH | oklch(0.926 0.033 356.3) |
Copy-ready code
/* CSS */
color: #fadee7;
background-color: #fadee7;
/* Tailwind (arbitrary) */
class="text-[#fadee7] bg-[#fadee7]"
/* SCSS */
$brand: #fadee7;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.906)
/* Android */
Color.parseColor("#fadee7")Accessibility — WCAG contrast
Aa
#fadee7 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadee7 on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow7.6%
Key (black)2.0%
Color previews
#fadee7 text on a black background
contrast 16.67:1
Card sample
#fadee7 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadee7;
Background color
Panel with #fadee7 background
background-color: #fadee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadee7; background: linear-gradient(135deg, #fadee7, #FAE8DE);