#f4d2f9
a pale, electric magenta / pink · warm · closest name: lavender
RGB
244, 210, 249
HSL
292°, 77%, 90%
CMYK
2, 16, 0, 2
Luminance
0.7217
Every format
| HEX | #f4d2f9 |
| RGB | rgb(244, 210, 249) |
| HSL | hsl(292, 77%, 90%) |
| CMYK | cmyk(2%, 16%, 0%, 2%) |
| LAB | lab(88.0 18.5 -14.7) |
| LCH | lch(88.0 23.6 321.7) |
| OKLCH | oklch(0.904 0.064 322.0) |
Copy-ready code
/* CSS */
color: #f4d2f9;
background-color: #f4d2f9;
/* Tailwind (arbitrary) */
class="text-[#f4d2f9] bg-[#f4d2f9]"
/* SCSS */
$brand: #f4d2f9;
/* SwiftUI */
Color(red: 0.957, green: 0.824, blue: 0.976)
/* Android */
Color.parseColor("#f4d2f9")Accessibility — WCAG contrast
Aa
#f4d2f9 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d2f9 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green82.4%
Blue97.6%
CMYK percentages
Cyan2.0%
Magenta15.7%
Yellow0.0%
Key (black)2.4%
Color previews
#f4d2f9 text on a black background
contrast 15.43:1
Card sample
#f4d2f9 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d2f9;
Background color
Panel with #f4d2f9 background
background-color: #f4d2f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d2f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 210, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 210, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d2f9; background: linear-gradient(135deg, #f4d2f9, #F9D2E4);