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