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