#fccbe2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 203, 226
HSL
332°, 89%, 89%
CMYK
0, 19, 10, 1
Luminance
0.6890
Every format
| HEX | #fccbe2 |
| RGB | rgb(252, 203, 226) |
| HSL | hsl(332, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 10%, 1%) |
| LAB | lab(86.5 20.9 -4.8) |
| LCH | lch(86.5 21.4 347.1) |
| OKLCH | oklch(0.891 0.063 348.6) |
Copy-ready code
/* CSS */
color: #fccbe2;
background-color: #fccbe2;
/* Tailwind (arbitrary) */
class="text-[#fccbe2] bg-[#fccbe2]"
/* SCSS */
$brand: #fccbe2;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.886)
/* Android */
Color.parseColor("#fccbe2")Accessibility — WCAG contrast
Aa
#fccbe2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbe2 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow10.3%
Key (black)1.2%
Color previews
#fccbe2 text on a black background
contrast 14.78:1
Card sample
#fccbe2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbe2;
Background color
Panel with #fccbe2 background
background-color: #fccbe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbe2; background: linear-gradient(135deg, #fccbe2, #FCD5CB);