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