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