#f2ebfc
a pale, vivid violet · warm · closest name: lavender
RGB
242, 235, 252
HSL
265°, 74%, 96%
CMYK
4, 7, 0, 1
Luminance
0.8532
Every format
| HEX | #f2ebfc |
| RGB | rgb(242, 235, 252) |
| HSL | hsl(265, 74%, 96%) |
| CMYK | cmyk(4%, 7%, 0%, 1%) |
| LAB | lab(94.0 5.4 -7.3) |
| LCH | lch(94.0 9.1 306.3) |
| OKLCH | oklch(0.951 0.024 304.5) |
Copy-ready code
/* CSS */
color: #f2ebfc;
background-color: #f2ebfc;
/* Tailwind (arbitrary) */
class="text-[#f2ebfc] bg-[#f2ebfc]"
/* SCSS */
$brand: #f2ebfc;
/* SwiftUI */
Color(red: 0.949, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#f2ebfc")Accessibility — WCAG contrast
Aa
#f2ebfc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ebfc on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green92.2%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f2ebfc text on a black background
contrast 18.06:1
Card sample
#f2ebfc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ebfc;
Background color
Panel with #f2ebfc background
background-color: #f2ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ebfc; background: linear-gradient(135deg, #f2ebfc, #FCEBFB);