#f7ebfc
a pale, vivid violet · warm · closest name: lavender
RGB
247, 235, 252
HSL
282°, 74%, 96%
CMYK
2, 7, 0, 1
Luminance
0.8622
Every format
| HEX | #f7ebfc |
| RGB | rgb(247, 235, 252) |
| HSL | hsl(282, 74%, 96%) |
| CMYK | cmyk(2%, 7%, 0%, 1%) |
| LAB | lab(94.4 7.0 -6.7) |
| LCH | lch(94.4 9.7 316.2) |
| OKLCH | oklch(0.954 0.026 316.1) |
Copy-ready code
/* CSS */
color: #f7ebfc;
background-color: #f7ebfc;
/* Tailwind (arbitrary) */
class="text-[#f7ebfc] bg-[#f7ebfc]"
/* SCSS */
$brand: #f7ebfc;
/* SwiftUI */
Color(red: 0.969, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#f7ebfc")Accessibility — WCAG contrast
Aa
#f7ebfc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ebfc on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.2%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f7ebfc text on a black background
contrast 18.24:1
Card sample
#f7ebfc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ebfc;
Background color
Panel with #f7ebfc background
background-color: #f7ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ebfc; background: linear-gradient(135deg, #f7ebfc, #FCEBF6);