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