#ffd4fc
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 212, 252
HSL
304°, 100%, 92%
CMYK
0, 17, 1, 0
Luminance
0.7538
Every format
| HEX | #ffd4fc |
| RGB | rgb(255, 212, 252) |
| HSL | hsl(304, 100%, 92%) |
| CMYK | cmyk(0%, 17%, 1%, 0%) |
| LAB | lab(89.6 21.6 -13.9) |
| LCH | lch(89.6 25.7 327.3) |
| OKLCH | oklch(0.918 0.071 328.4) |
Copy-ready code
/* CSS */
color: #ffd4fc;
background-color: #ffd4fc;
/* Tailwind (arbitrary) */
class="text-[#ffd4fc] bg-[#ffd4fc]"
/* SCSS */
$brand: #ffd4fc;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#ffd4fc")Accessibility — WCAG contrast
Aa
#ffd4fc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd4fc on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow1.2%
Key (black)0.0%
Color previews
#ffd4fc text on a black background
contrast 16.08:1
Card sample
#ffd4fc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd4fc;
Background color
Panel with #ffd4fc background
background-color: #ffd4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd4fc; background: linear-gradient(135deg, #ffd4fc, #FFD4DF);