#f9d8f6
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
249, 216, 246
HSL
306°, 73%, 91%
CMYK
0, 13, 1, 2
Luminance
0.7591
Every format
| HEX | #f9d8f6 |
| RGB | rgb(249, 216, 246) |
| HSL | hsl(306, 73%, 91%) |
| CMYK | cmyk(0%, 13%, 1%, 2%) |
| LAB | lab(89.8 16.5 -10.4) |
| LCH | lch(89.8 19.5 327.8) |
| OKLCH | oklch(0.918 0.053 328.9) |
Copy-ready code
/* CSS */
color: #f9d8f6;
background-color: #f9d8f6;
/* Tailwind (arbitrary) */
class="text-[#f9d8f6] bg-[#f9d8f6]"
/* SCSS */
$brand: #f9d8f6;
/* SwiftUI */
Color(red: 0.976, green: 0.847, blue: 0.965)
/* Android */
Color.parseColor("#f9d8f6")Accessibility — WCAG contrast
Aa
#f9d8f6 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9d8f6 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green84.7%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow1.2%
Key (black)2.4%
Color previews
#f9d8f6 text on a black background
contrast 16.18:1
Card sample
#f9d8f6 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9d8f6;
Background color
Panel with #f9d8f6 background
background-color: #f9d8f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9d8f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 216, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 216, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9d8f6; background: linear-gradient(135deg, #f9d8f6, #F9D8E0);