#f9dbfa
a pale, electric magenta / pink · warm · closest name: lavender
RGB
249, 219, 250
HSL
298°, 76%, 92%
CMYK
0, 12, 0, 2
Luminance
0.7770
Every format
| HEX | #f9dbfa |
| RGB | rgb(249, 219, 250) |
| HSL | hsl(298, 76%, 92%) |
| CMYK | cmyk(0%, 12%, 0%, 2%) |
| LAB | lab(90.7 15.6 -11.3) |
| LCH | lch(90.7 19.3 324.2) |
| OKLCH | oklch(0.925 0.052 325.0) |
Copy-ready code
/* CSS */
color: #f9dbfa;
background-color: #f9dbfa;
/* Tailwind (arbitrary) */
class="text-[#f9dbfa] bg-[#f9dbfa]"
/* SCSS */
$brand: #f9dbfa;
/* SwiftUI */
Color(red: 0.976, green: 0.859, blue: 0.980)
/* Android */
Color.parseColor("#f9dbfa")Accessibility — WCAG contrast
Aa
#f9dbfa on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dbfa on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green85.9%
Blue98.0%
CMYK percentages
Cyan0.4%
Magenta12.4%
Yellow0.0%
Key (black)2.0%
Color previews
#f9dbfa text on a black background
contrast 16.54:1
Card sample
#f9dbfa text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dbfa;
Background color
Panel with #f9dbfa background
background-color: #f9dbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 219, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 219, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dbfa; background: linear-gradient(135deg, #f9dbfa, #FADBE6);