#fccbd1
a pale, electric red · warm · closest name: pink
RGB
252, 203, 209
HSL
353°, 89%, 89%
CMYK
0, 19, 17, 1
Luminance
0.6801
Every format
| HEX | #fccbd1 |
| RGB | rgb(252, 203, 209) |
| HSL | hsl(353, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 17%, 1%) |
| LAB | lab(86.0 18.2 3.6) |
| LCH | lch(86.0 18.6 11.2) |
| OKLCH | oklch(0.886 0.056 10.0) |
Copy-ready code
/* CSS */
color: #fccbd1;
background-color: #fccbd1;
/* Tailwind (arbitrary) */
class="text-[#fccbd1] bg-[#fccbd1]"
/* SCSS */
$brand: #fccbd1;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.820)
/* Android */
Color.parseColor("#fccbd1")Accessibility — WCAG contrast
Aa
#fccbd1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbd1 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow17.1%
Key (black)1.2%
Color previews
#fccbd1 text on a black background
contrast 14.60:1
Card sample
#fccbd1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbd1;
Background color
Panel with #fccbd1 background
background-color: #fccbd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbd1; background: linear-gradient(135deg, #fccbd1, #FCE6CB);