#fccff6
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 246
HSL
308°, 88%, 90%
CMYK
0, 18, 2, 1
Luminance
0.7197
Every format
| HEX | #fccff6 |
| RGB | rgb(252, 207, 246) |
| HSL | hsl(308, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 2%, 1%) |
| LAB | lab(88.0 22.2 -13.1) |
| LCH | lch(88.0 25.8 329.4) |
| OKLCH | oklch(0.905 0.071 330.6) |
Copy-ready code
/* CSS */
color: #fccff6;
background-color: #fccff6;
/* Tailwind (arbitrary) */
class="text-[#fccff6] bg-[#fccff6]"
/* SCSS */
$brand: #fccff6;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.965)
/* Android */
Color.parseColor("#fccff6")Accessibility — WCAG contrast
Aa
#fccff6 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccff6 on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow2.4%
Key (black)1.2%
Color previews
#fccff6 text on a black background
contrast 15.39:1
Card sample
#fccff6 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccff6;
Background color
Panel with #fccff6 background
background-color: #fccff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccff6; background: linear-gradient(135deg, #fccff6, #FCCFD8);