#f6eefd
a pale, electric violet · warm · closest name: lavender
RGB
246, 238, 253
HSL
272°, 79%, 96%
CMYK
3, 6, 0, 1
Luminance
0.8783
Every format
| HEX | #f6eefd |
| RGB | rgb(246, 238, 253) |
| HSL | hsl(272, 79%, 96%) |
| CMYK | cmyk(3%, 6%, 0%, 1%) |
| LAB | lab(95.1 5.3 -6.3) |
| LCH | lch(95.1 8.2 310.5) |
| OKLCH | oklch(0.960 0.022 309.6) |
Copy-ready code
/* CSS */
color: #f6eefd;
background-color: #f6eefd;
/* Tailwind (arbitrary) */
class="text-[#f6eefd] bg-[#f6eefd]"
/* SCSS */
$brand: #f6eefd;
/* SwiftUI */
Color(red: 0.965, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#f6eefd")Accessibility — WCAG contrast
Aa
#f6eefd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6eefd on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green93.3%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f6eefd text on a black background
contrast 18.57:1
Card sample
#f6eefd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6eefd;
Background color
Panel with #f6eefd background
background-color: #f6eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6eefd; background: linear-gradient(135deg, #f6eefd, #FDEEFA);