#fadcdb
a pale, electric red · warm · closest name: white
RGB
250, 220, 219
HSL
2°, 76%, 92%
CMYK
0, 12, 12, 2
Luminance
0.7662
Every format
| HEX | #fadcdb |
| RGB | rgb(250, 220, 219) |
| HSL | hsl(2, 76%, 92%) |
| CMYK | cmyk(0%, 12%, 12%, 2%) |
| LAB | lab(90.2 10.2 4.3) |
| LCH | lch(90.2 11.1 22.9) |
| OKLCH | oklch(0.919 0.033 20.1) |
Copy-ready code
/* CSS */
color: #fadcdb;
background-color: #fadcdb;
/* Tailwind (arbitrary) */
class="text-[#fadcdb] bg-[#fadcdb]"
/* SCSS */
$brand: #fadcdb;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.859)
/* Android */
Color.parseColor("#fadcdb")Accessibility — WCAG contrast
Aa
#fadcdb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadcdb on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow12.4%
Key (black)2.0%
Color previews
#fadcdb text on a black background
contrast 16.32:1
Card sample
#fadcdb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadcdb;
Background color
Panel with #fadcdb background
background-color: #fadcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadcdb; background: linear-gradient(135deg, #fadcdb, #FAF1DB);