#f9ebfc
a pale, vivid violet · warm · closest name: lavender
RGB
249, 235, 252
HSL
289°, 74%, 96%
CMYK
1, 7, 0, 1
Luminance
0.8658
Every format
| HEX | #f9ebfc |
| RGB | rgb(249, 235, 252) |
| HSL | hsl(289, 74%, 96%) |
| CMYK | cmyk(1%, 7%, 0%, 1%) |
| LAB | lab(94.6 7.7 -6.5) |
| LCH | lch(94.6 10.1 319.8) |
| OKLCH | oklch(0.956 0.027 320.2) |
Copy-ready code
/* CSS */
color: #f9ebfc;
background-color: #f9ebfc;
/* Tailwind (arbitrary) */
class="text-[#f9ebfc] bg-[#f9ebfc]"
/* SCSS */
$brand: #f9ebfc;
/* SwiftUI */
Color(red: 0.976, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#f9ebfc")Accessibility — WCAG contrast
Aa
#f9ebfc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9ebfc on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green92.2%
Blue98.8%
CMYK percentages
Cyan1.2%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f9ebfc text on a black background
contrast 18.32:1
Card sample
#f9ebfc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9ebfc;
Background color
Panel with #f9ebfc background
background-color: #f9ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9ebfc; background: linear-gradient(135deg, #f9ebfc, #FCEBF4);