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