#fcc0cb
a pale, electric red · warm · “pink”
RGB
252, 192, 203
HSL
349°, 91%, 87%
CMYK
0, 24, 19, 1
Luminance
0.6271
Every format
| HEX | #fcc0cb |
| RGB | rgb(252, 192, 203) |
| HSL | hsl(349, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 19%, 1%) |
| LAB | lab(83.3 23.1 2.9) |
| LCH | lch(83.3 23.3 7.1) |
| OKLCH | oklch(0.865 0.070 6.4) |
Copy-ready code
/* CSS */
color: #fcc0cb;
background-color: #fcc0cb;
/* Tailwind (arbitrary) */
class="text-[#fcc0cb] bg-[#fcc0cb]"
/* SCSS */
$brand: #fcc0cb;
/* SwiftUI */
Color(red: 0.988, green: 0.753, blue: 0.796)
/* Android */
Color.parseColor("#fcc0cb")Accessibility — WCAG contrast
Aa
#fcc0cb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc0cb on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow19.4%
Key (black)1.2%
Color previews
#fcc0cb text on a black background
contrast 13.54:1
Card sample
#fcc0cb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc0cb;
Background color
Panel with #fcc0cb background
background-color: #fcc0cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc0cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 192, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 192, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc0cb; background: linear-gradient(135deg, #fcc0cb, #FCDDC0);