#f7ebff
a pale, electric violet · warm · closest name: lavender
RGB
247, 235, 255
HSL
276°, 100%, 96%
CMYK
3, 8, 0, 0
Luminance
0.8641
Every format
| HEX | #f7ebff |
| RGB | rgb(247, 235, 255) |
| HSL | hsl(276, 100%, 96%) |
| CMYK | cmyk(3%, 8%, 0%, 0%) |
| LAB | lab(94.5 7.6 -8.2) |
| LCH | lch(94.5 11.2 312.8) |
| OKLCH | oklch(0.955 0.029 312.1) |
Copy-ready code
/* CSS */
color: #f7ebff;
background-color: #f7ebff;
/* Tailwind (arbitrary) */
class="text-[#f7ebff] bg-[#f7ebff]"
/* SCSS */
$brand: #f7ebff;
/* SwiftUI */
Color(red: 0.969, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#f7ebff")Accessibility — WCAG contrast
Aa
#f7ebff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ebff on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.2%
Blue100.0%
CMYK percentages
Cyan3.1%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f7ebff text on a black background
contrast 18.28:1
Card sample
#f7ebff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ebff;
Background color
Panel with #f7ebff background
background-color: #f7ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ebff; background: linear-gradient(135deg, #f7ebff, #FFEBFA);