#ffd9f1
a pale, electric magenta / pink · warm · closest name: lavender
RGB
255, 217, 241
HSL
322°, 100%, 93%
CMYK
0, 15, 6, 0
Luminance
0.7724
Every format
| HEX | #ffd9f1 |
| RGB | rgb(255, 217, 241) |
| HSL | hsl(322, 100%, 93%) |
| CMYK | cmyk(0%, 15%, 6%, 0%) |
| LAB | lab(90.4 17.1 -6.8) |
| LCH | lch(90.4 18.4 338.3) |
| OKLCH | oklch(0.924 0.052 340.0) |
Copy-ready code
/* CSS */
color: #ffd9f1;
background-color: #ffd9f1;
/* Tailwind (arbitrary) */
class="text-[#ffd9f1] bg-[#ffd9f1]"
/* SCSS */
$brand: #ffd9f1;
/* SwiftUI */
Color(red: 1.000, green: 0.851, blue: 0.945)
/* Android */
Color.parseColor("#ffd9f1")Accessibility — WCAG contrast
Aa
#ffd9f1 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd9f1 on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.1%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow5.5%
Key (black)0.0%
Color previews
#ffd9f1 text on a black background
contrast 16.45:1
Card sample
#ffd9f1 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd9f1;
Background color
Panel with #ffd9f1 background
background-color: #ffd9f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd9f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 217, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 217, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd9f1; background: linear-gradient(135deg, #ffd9f1, #FFDAD9);