#f5ebfb
a pale, vivid violet · warm · closest name: lavender
RGB
245, 235, 251
HSL
278°, 67%, 95%
CMYK
2, 6, 0, 2
Luminance
0.8579
Every format
| HEX | #f5ebfb |
| RGB | rgb(245, 235, 251) |
| HSL | hsl(278, 67%, 95%) |
| CMYK | cmyk(2%, 6%, 0%, 2%) |
| LAB | lab(94.2 6.2 -6.5) |
| LCH | lch(94.2 9.0 313.6) |
| OKLCH | oklch(0.953 0.024 313.1) |
Copy-ready code
/* CSS */
color: #f5ebfb;
background-color: #f5ebfb;
/* Tailwind (arbitrary) */
class="text-[#f5ebfb] bg-[#f5ebfb]"
/* SCSS */
$brand: #f5ebfb;
/* SwiftUI */
Color(red: 0.961, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#f5ebfb")Accessibility — WCAG contrast
Aa
#f5ebfb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ebfb on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.2%
Blue98.4%
CMYK percentages
Cyan2.4%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#f5ebfb text on a black background
contrast 18.16:1
Card sample
#f5ebfb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ebfb;
Background color
Panel with #f5ebfb background
background-color: #f5ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ebfb; background: linear-gradient(135deg, #f5ebfb, #FBEBF6);