#f9d5ff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
249, 213, 255
HSL
291°, 100%, 92%
CMYK
2, 17, 0, 0
Luminance
0.7495
Every format
| HEX | #f9d5ff |
| RGB | rgb(249, 213, 255) |
| HSL | hsl(291, 100%, 92%) |
| CMYK | cmyk(2%, 17%, 0%, 0%) |
| LAB | lab(89.4 19.7 -15.8) |
| LCH | lch(89.4 25.2 321.3) |
| OKLCH | oklch(0.916 0.068 321.5) |
Copy-ready code
/* CSS */
color: #f9d5ff;
background-color: #f9d5ff;
/* Tailwind (arbitrary) */
class="text-[#f9d5ff] bg-[#f9d5ff]"
/* SCSS */
$brand: #f9d5ff;
/* SwiftUI */
Color(red: 0.976, green: 0.835, blue: 1.000)
/* Android */
Color.parseColor("#f9d5ff")Accessibility — WCAG contrast
Aa
#f9d5ff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9d5ff on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green83.5%
Blue100.0%
CMYK percentages
Cyan2.4%
Magenta16.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f9d5ff text on a black background
contrast 15.99:1
Card sample
#f9d5ff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9d5ff;
Background color
Panel with #f9d5ff background
background-color: #f9d5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9d5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 213, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 213, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9d5ff; background: linear-gradient(135deg, #f9d5ff, #FFD5E9);