#fccbda
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 203, 218
HSL
342°, 89%, 89%
CMYK
0, 19, 14, 1
Luminance
0.6847
Every format
| HEX | #fccbda |
| RGB | rgb(252, 203, 218) |
| HSL | hsl(342, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 14%, 1%) |
| LAB | lab(86.2 19.6 -0.8) |
| LCH | lch(86.2 19.6 357.5) |
| OKLCH | oklch(0.889 0.059 358.1) |
Copy-ready code
/* CSS */
color: #fccbda;
background-color: #fccbda;
/* Tailwind (arbitrary) */
class="text-[#fccbda] bg-[#fccbda]"
/* SCSS */
$brand: #fccbda;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#fccbda")Accessibility — WCAG contrast
Aa
#fccbda on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbda on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow13.5%
Key (black)1.2%
Color previews
#fccbda text on a black background
contrast 14.69:1
Card sample
#fccbda text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbda;
Background color
Panel with #fccbda background
background-color: #fccbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbda; background: linear-gradient(135deg, #fccbda, #FCDDCB);