#f0e8f6
a pale, soft violet · warm · closest name: lavender
RGB
240, 232, 246
HSL
274°, 44%, 94%
CMYK
2, 6, 0, 4
Luminance
0.8289
Every format
| HEX | #f0e8f6 |
| RGB | rgb(240, 232, 246) |
| HSL | hsl(274, 44%, 94%) |
| CMYK | cmyk(2%, 6%, 0%, 4%) |
| LAB | lab(93.0 5.2 -5.8) |
| LCH | lch(93.0 7.8 311.8) |
| OKLCH | oklch(0.941 0.021 311.1) |
Copy-ready code
/* CSS */
color: #f0e8f6;
background-color: #f0e8f6;
/* Tailwind (arbitrary) */
class="text-[#f0e8f6] bg-[#f0e8f6]"
/* SCSS */
$brand: #f0e8f6;
/* SwiftUI */
Color(red: 0.941, green: 0.910, blue: 0.965)
/* Android */
Color.parseColor("#f0e8f6")Accessibility — WCAG contrast
Aa
#f0e8f6 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0e8f6 on black: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green91.0%
Blue96.5%
CMYK percentages
Cyan2.4%
Magenta5.7%
Yellow0.0%
Key (black)3.5%
Color previews
#f0e8f6 text on a black background
contrast 17.58:1
Card sample
#f0e8f6 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0e8f6;
Background color
Panel with #f0e8f6 background
background-color: #f0e8f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0e8f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 232, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 232, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0e8f6; background: linear-gradient(135deg, #f0e8f6, #F6E8F3);