#f3eefd
a pale, electric violet · warm · closest name: lavender
RGB
243, 238, 253
HSL
260°, 79%, 96%
CMYK
4, 6, 0, 1
Luminance
0.8730
Every format
| HEX | #f3eefd |
| RGB | rgb(243, 238, 253) |
| HSL | hsl(260, 79%, 96%) |
| CMYK | cmyk(4%, 6%, 0%, 1%) |
| LAB | lab(94.9 4.4 -6.6) |
| LCH | lch(94.9 7.9 303.4) |
| OKLCH | oklch(0.957 0.021 301.1) |
Copy-ready code
/* CSS */
color: #f3eefd;
background-color: #f3eefd;
/* Tailwind (arbitrary) */
class="text-[#f3eefd] bg-[#f3eefd]"
/* SCSS */
$brand: #f3eefd;
/* SwiftUI */
Color(red: 0.953, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#f3eefd")Accessibility — WCAG contrast
Aa
#f3eefd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3eefd on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f3eefd text on a black background
contrast 18.46:1
Card sample
#f3eefd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3eefd;
Background color
Panel with #f3eefd background
background-color: #f3eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3eefd; background: linear-gradient(135deg, #f3eefd, #FDEEFD);