#f0ebf2
a pale, soft violet · warm · closest name: lavender
RGB
240, 235, 242
HSL
283°, 21%, 94%
CMYK
1, 3, 0, 5
Luminance
0.8435
Every format
| HEX | #f0ebf2 |
| RGB | rgb(240, 235, 242) |
| HSL | hsl(283, 21%, 94%) |
| CMYK | cmyk(1%, 3%, 0%, 5%) |
| LAB | lab(93.6 2.9 -2.8) |
| LCH | lch(93.6 4.0 316.3) |
| OKLCH | oklch(0.946 0.011 316.5) |
Copy-ready code
/* CSS */
color: #f0ebf2;
background-color: #f0ebf2;
/* Tailwind (arbitrary) */
class="text-[#f0ebf2] bg-[#f0ebf2]"
/* SCSS */
$brand: #f0ebf2;
/* SwiftUI */
Color(red: 0.941, green: 0.922, blue: 0.949)
/* Android */
Color.parseColor("#f0ebf2")Accessibility — WCAG contrast
Aa
#f0ebf2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ebf2 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green92.2%
Blue94.9%
CMYK percentages
Cyan0.8%
Magenta2.9%
Yellow0.0%
Key (black)5.1%
Color previews
#f0ebf2 text on a black background
contrast 17.87:1
Card sample
#f0ebf2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ebf2;
Background color
Panel with #f0ebf2 background
background-color: #f0ebf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ebf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 235, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 235, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ebf2; background: linear-gradient(135deg, #f0ebf2, #F2EBEF);