#fcc0eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 192, 235
HSL
317°, 91%, 87%
CMYK
0, 24, 7, 1
Luminance
0.6439
Every format
| HEX | #fcc0eb |
| RGB | rgb(252, 192, 235) |
| HSL | hsl(317, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 7%, 1%) |
| LAB | lab(84.2 28.2 -13.0) |
| LCH | lch(84.2 31.0 335.3) |
| OKLCH | oklch(0.875 0.088 336.9) |
Copy-ready code
/* CSS */
color: #fcc0eb;
background-color: #fcc0eb;
/* Tailwind (arbitrary) */
class="text-[#fcc0eb] bg-[#fcc0eb]"
/* SCSS */
$brand: #fcc0eb;
/* SwiftUI */
Color(red: 0.988, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#fcc0eb")Accessibility — WCAG contrast
Aa
#fcc0eb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc0eb on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow6.7%
Key (black)1.2%
Color previews
#fcc0eb text on a black background
contrast 13.88:1
Card sample
#fcc0eb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc0eb;
Background color
Panel with #fcc0eb background
background-color: #fcc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc0eb; background: linear-gradient(135deg, #fcc0eb, #FCC0C3);