#f6eefe
a pale, electric violet · warm · closest name: lavender
RGB
246, 238, 254
HSL
270°, 89%, 97%
CMYK
3, 6, 0, 0
Luminance
0.8790
Every format
| HEX | #f6eefe |
| RGB | rgb(246, 238, 254) |
| HSL | hsl(270, 89%, 97%) |
| CMYK | cmyk(3%, 6%, 0%, 0%) |
| LAB | lab(95.1 5.5 -6.7) |
| LCH | lch(95.1 8.7 309.4) |
| OKLCH | oklch(0.960 0.023 308.2) |
Copy-ready code
/* CSS */
color: #f6eefe;
background-color: #f6eefe;
/* Tailwind (arbitrary) */
class="text-[#f6eefe] bg-[#f6eefe]"
/* SCSS */
$brand: #f6eefe;
/* SwiftUI */
Color(red: 0.965, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#f6eefe")Accessibility — WCAG contrast
Aa
#f6eefe on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6eefe on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green93.3%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f6eefe text on a black background
contrast 18.58:1
Card sample
#f6eefe text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6eefe;
Background color
Panel with #f6eefe background
background-color: #f6eefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6eefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6eefe; background: linear-gradient(135deg, #f6eefe, #FEEEFB);