#fccaf3
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 202, 243
HSL
311°, 89%, 89%
CMYK
0, 20, 4, 1
Luminance
0.6941
Every format
| HEX | #fccaf3 |
| RGB | rgb(252, 202, 243) |
| HSL | hsl(311, 89%, 89%) |
| CMYK | cmyk(0%, 20%, 4%, 1%) |
| LAB | lab(86.7 24.3 -13.4) |
| LCH | lch(86.7 27.8 331.1) |
| OKLCH | oklch(0.895 0.077 332.5) |
Copy-ready code
/* CSS */
color: #fccaf3;
background-color: #fccaf3;
/* Tailwind (arbitrary) */
class="text-[#fccaf3] bg-[#fccaf3]"
/* SCSS */
$brand: #fccaf3;
/* SwiftUI */
Color(red: 0.988, green: 0.792, blue: 0.953)
/* Android */
Color.parseColor("#fccaf3")Accessibility — WCAG contrast
Aa
#fccaf3 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccaf3 on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.2%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow3.6%
Key (black)1.2%
Color previews
#fccaf3 text on a black background
contrast 14.88:1
Card sample
#fccaf3 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccaf3;
Background color
Panel with #fccaf3 background
background-color: #fccaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 202, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 202, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccaf3; background: linear-gradient(135deg, #fccaf3, #FCCAD2);