#f2e7fc
a pale, electric violet · warm · closest name: lavender
RGB
242, 231, 252
HSL
271°, 78%, 95%
CMYK
4, 8, 0, 1
Luminance
0.8306
Every format
| HEX | #f2e7fc |
| RGB | rgb(242, 231, 252) |
| HSL | hsl(271, 78%, 95%) |
| CMYK | cmyk(4%, 8%, 0%, 1%) |
| LAB | lab(93.0 7.5 -8.8) |
| LCH | lch(93.0 11.5 310.3) |
| OKLCH | oklch(0.943 0.030 309.1) |
Copy-ready code
/* CSS */
color: #f2e7fc;
background-color: #f2e7fc;
/* Tailwind (arbitrary) */
class="text-[#f2e7fc] bg-[#f2e7fc]"
/* SCSS */
$brand: #f2e7fc;
/* SwiftUI */
Color(red: 0.949, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#f2e7fc")Accessibility — WCAG contrast
Aa
#f2e7fc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2e7fc on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green90.6%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f2e7fc text on a black background
contrast 17.61:1
Card sample
#f2e7fc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2e7fc;
Background color
Panel with #f2e7fc background
background-color: #f2e7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2e7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2e7fc; background: linear-gradient(135deg, #f2e7fc, #FCE7F8);