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