#fccff0
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 240
HSL
316°, 88%, 90%
CMYK
0, 18, 5, 1
Luminance
0.7161
Every format
| HEX | #fccff0 |
| RGB | rgb(252, 207, 240) |
| HSL | hsl(316, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 5%, 1%) |
| LAB | lab(87.8 21.1 -10.2) |
| LCH | lch(87.8 23.5 334.2) |
| OKLCH | oklch(0.903 0.066 335.8) |
Copy-ready code
/* CSS */
color: #fccff0;
background-color: #fccff0;
/* Tailwind (arbitrary) */
class="text-[#fccff0] bg-[#fccff0]"
/* SCSS */
$brand: #fccff0;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.941)
/* Android */
Color.parseColor("#fccff0")Accessibility — WCAG contrast
Aa
#fccff0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccff0 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow4.8%
Key (black)1.2%
Color previews
#fccff0 text on a black background
contrast 15.32:1
Card sample
#fccff0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccff0;
Background color
Panel with #fccff0 background
background-color: #fccff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccff0; background: linear-gradient(135deg, #fccff0, #FCCFD2);