#ffd2fc
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 210, 252
HSL
304°, 100%, 91%
CMYK
0, 18, 1, 0
Luminance
0.7438
Every format
| HEX | #ffd2fc |
| RGB | rgb(255, 210, 252) |
| HSL | hsl(304, 100%, 91%) |
| CMYK | cmyk(0%, 18%, 1%, 0%) |
| LAB | lab(89.1 22.7 -14.6) |
| LCH | lch(89.1 26.9 327.3) |
| OKLCH | oklch(0.915 0.074 328.3) |
Copy-ready code
/* CSS */
color: #ffd2fc;
background-color: #ffd2fc;
/* Tailwind (arbitrary) */
class="text-[#ffd2fc] bg-[#ffd2fc]"
/* SCSS */
$brand: #ffd2fc;
/* SwiftUI */
Color(red: 1.000, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#ffd2fc")Accessibility — WCAG contrast
Aa
#ffd2fc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd2fc on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green82.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow1.2%
Key (black)0.0%
Color previews
#ffd2fc text on a black background
contrast 15.88:1
Card sample
#ffd2fc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd2fc;
Background color
Panel with #ffd2fc background
background-color: #ffd2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd2fc; background: linear-gradient(135deg, #ffd2fc, #FFD2DE);