#f2edf5
a pale, soft violet · warm · closest name: lavender
RGB
242, 237, 245
HSL
278°, 29%, 95%
CMYK
1, 3, 0, 4
Luminance
0.8604
Every format
| HEX | #f2edf5 |
| RGB | rgb(242, 237, 245) |
| HSL | hsl(278, 29%, 95%) |
| CMYK | cmyk(1%, 3%, 0%, 4%) |
| LAB | lab(94.3 3.1 -3.3) |
| LCH | lch(94.3 4.5 313.5) |
| OKLCH | oklch(0.952 0.012 313.2) |
Copy-ready code
/* CSS */
color: #f2edf5;
background-color: #f2edf5;
/* Tailwind (arbitrary) */
class="text-[#f2edf5] bg-[#f2edf5]"
/* SCSS */
$brand: #f2edf5;
/* SwiftUI */
Color(red: 0.949, green: 0.929, blue: 0.961)
/* Android */
Color.parseColor("#f2edf5")Accessibility — WCAG contrast
Aa
#f2edf5 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2edf5 on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green92.9%
Blue96.1%
CMYK percentages
Cyan1.2%
Magenta3.3%
Yellow0.0%
Key (black)3.9%
Color previews
#f2edf5 text on a black background
contrast 18.21:1
Card sample
#f2edf5 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2edf5;
Background color
Panel with #f2edf5 background
background-color: #f2edf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2edf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 237, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 237, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2edf5; background: linear-gradient(135deg, #f2edf5, #F5EDF3);