#f0e1f4
a pale, vivid violet · warm · closest name: lavender
RGB
240, 225, 244
HSL
287°, 46%, 92%
CMYK
2, 8, 0, 4
Luminance
0.7891
Every format
| HEX | #f0e1f4 |
| RGB | rgb(240, 225, 244) |
| HSL | hsl(287, 46%, 92%) |
| CMYK | cmyk(2%, 8%, 0%, 4%) |
| LAB | lab(91.2 8.4 -7.4) |
| LCH | lch(91.2 11.2 318.8) |
| OKLCH | oklch(0.927 0.030 319.1) |
Copy-ready code
/* CSS */
color: #f0e1f4;
background-color: #f0e1f4;
/* Tailwind (arbitrary) */
class="text-[#f0e1f4] bg-[#f0e1f4]"
/* SCSS */
$brand: #f0e1f4;
/* SwiftUI */
Color(red: 0.941, green: 0.882, blue: 0.957)
/* Android */
Color.parseColor("#f0e1f4")Accessibility — WCAG contrast
Aa
#f0e1f4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0e1f4 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green88.2%
Blue95.7%
CMYK percentages
Cyan1.6%
Magenta7.8%
Yellow0.0%
Key (black)4.3%
Color previews
#f0e1f4 text on a black background
contrast 16.78:1
Card sample
#f0e1f4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0e1f4;
Background color
Panel with #f0e1f4 background
background-color: #f0e1f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0e1f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 225, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 225, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0e1f4; background: linear-gradient(135deg, #f0e1f4, #F4E1EB);