#facad4
a pale, electric red · warm · closest name: pink
RGB
250, 202, 212
HSL
348°, 83%, 89%
CMYK
0, 19, 15, 2
Luminance
0.6732
Every format
| HEX | #facad4 |
| RGB | rgb(250, 202, 212) |
| HSL | hsl(348, 83%, 89%) |
| CMYK | cmyk(0%, 19%, 15%, 2%) |
| LAB | lab(85.7 18.5 1.5) |
| LCH | lch(85.7 18.5 4.6) |
| OKLCH | oklch(0.883 0.056 4.3) |
Copy-ready code
/* CSS */
color: #facad4;
background-color: #facad4;
/* Tailwind (arbitrary) */
class="text-[#facad4] bg-[#facad4]"
/* SCSS */
$brand: #facad4;
/* SwiftUI */
Color(red: 0.980, green: 0.792, blue: 0.831)
/* Android */
Color.parseColor("#facad4")Accessibility — WCAG contrast
Aa
#facad4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facad4 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow15.2%
Key (black)2.0%
Color previews
#facad4 text on a black background
contrast 14.46:1
Card sample
#facad4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facad4;
Background color
Panel with #facad4 background
background-color: #facad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 202, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 202, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facad4; background: linear-gradient(135deg, #facad4, #FAE0CA);