#fccfd3
a pale, electric red · warm · closest name: pink
RGB
252, 207, 211
HSL
355°, 88%, 90%
CMYK
0, 18, 16, 1
Luminance
0.7002
Every format
| HEX | #fccfd3 |
| RGB | rgb(252, 207, 211) |
| HSL | hsl(355, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 16%, 1%) |
| LAB | lab(87.0 16.4 4.0) |
| LCH | lch(87.0 16.9 13.7) |
| OKLCH | oklch(0.894 0.051 12.1) |
Copy-ready code
/* CSS */
color: #fccfd3;
background-color: #fccfd3;
/* Tailwind (arbitrary) */
class="text-[#fccfd3] bg-[#fccfd3]"
/* SCSS */
$brand: #fccfd3;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#fccfd3")Accessibility — WCAG contrast
Aa
#fccfd3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfd3 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow16.3%
Key (black)1.2%
Color previews
#fccfd3 text on a black background
contrast 15.00:1
Card sample
#fccfd3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfd3;
Background color
Panel with #fccfd3 background
background-color: #fccfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfd3; background: linear-gradient(135deg, #fccfd3, #FCE9CF);