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