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