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