#faced2
a pale, electric red · warm · closest name: pink
RGB
250, 206, 210
HSL
355°, 82%, 89%
CMYK
0, 18, 16, 2
Luminance
0.6912
Every format
| HEX | #faced2 |
| RGB | rgb(250, 206, 210) |
| HSL | hsl(355, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 16%, 2%) |
| LAB | lab(86.6 16.1 3.9) |
| LCH | lch(86.6 16.5 13.5) |
| OKLCH | oklch(0.890 0.050 12.0) |
Copy-ready code
/* CSS */
color: #faced2;
background-color: #faced2;
/* Tailwind (arbitrary) */
class="text-[#faced2] bg-[#faced2]"
/* SCSS */
$brand: #faced2;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.824)
/* Android */
Color.parseColor("#faced2")Accessibility — WCAG contrast
Aa
#faced2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faced2 on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow16.0%
Key (black)2.0%
Color previews
#faced2 text on a black background
contrast 14.82:1
Card sample
#faced2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faced2;
Background color
Panel with #faced2 background
background-color: #faced2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faced2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faced2; background: linear-gradient(135deg, #faced2, #FAE7CE);