#f6eef8
a pale, soft violet · warm · closest name: lavender
RGB
246, 238, 248
HSL
288°, 42%, 95%
CMYK
1, 4, 0, 3
Luminance
0.8752
Every format
| HEX | #f6eef8 |
| RGB | rgb(246, 238, 248) |
| HSL | hsl(288, 42%, 95%) |
| CMYK | cmyk(1%, 4%, 0%, 3%) |
| LAB | lab(95.0 4.4 -3.9) |
| LCH | lch(95.0 5.9 319.0) |
| OKLCH | oklch(0.958 0.016 319.4) |
Copy-ready code
/* CSS */
color: #f6eef8;
background-color: #f6eef8;
/* Tailwind (arbitrary) */
class="text-[#f6eef8] bg-[#f6eef8]"
/* SCSS */
$brand: #f6eef8;
/* SwiftUI */
Color(red: 0.965, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#f6eef8")Accessibility — WCAG contrast
Aa
#f6eef8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6eef8 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green93.3%
Blue97.3%
CMYK percentages
Cyan0.8%
Magenta4.0%
Yellow0.0%
Key (black)2.7%
Color previews
#f6eef8 text on a black background
contrast 18.50:1
Card sample
#f6eef8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6eef8;
Background color
Panel with #f6eef8 background
background-color: #f6eef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6eef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6eef8; background: linear-gradient(135deg, #f6eef8, #F8EEF3);