#f2e2fe
a pale, electric violet · warm · closest name: lavender
RGB
242, 226, 254
HSL
274°, 93%, 94%
CMYK
5, 11, 0, 0
Luminance
0.8043
Every format
| HEX | #f2e2fe |
| RGB | rgb(242, 226, 254) |
| HSL | hsl(274, 93%, 94%) |
| CMYK | cmyk(5%, 11%, 0%, 0%) |
| LAB | lab(91.9 10.4 -11.6) |
| LCH | lch(91.9 15.6 312.0) |
| OKLCH | oklch(0.934 0.041 310.9) |
Copy-ready code
/* CSS */
color: #f2e2fe;
background-color: #f2e2fe;
/* Tailwind (arbitrary) */
class="text-[#f2e2fe] bg-[#f2e2fe]"
/* SCSS */
$brand: #f2e2fe;
/* SwiftUI */
Color(red: 0.949, green: 0.886, blue: 0.996)
/* Android */
Color.parseColor("#f2e2fe")Accessibility — WCAG contrast
Aa
#f2e2fe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2e2fe on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green88.6%
Blue99.6%
CMYK percentages
Cyan4.7%
Magenta11.0%
Yellow0.0%
Key (black)0.4%
Color previews
#f2e2fe text on a black background
contrast 17.09:1
Card sample
#f2e2fe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2e2fe;
Background color
Panel with #f2e2fe background
background-color: #f2e2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2e2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 226, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 226, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2e2fe; background: linear-gradient(135deg, #f2e2fe, #FEE2F7);