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