#f3eef6
a pale, soft violet · warm · closest name: white
RGB
243, 238, 246
HSL
278°, 31%, 95%
CMYK
1, 3, 0, 4
Luminance
0.8686
Every format
| HEX | #f3eef6 |
| RGB | rgb(243, 238, 246) |
| HSL | hsl(278, 31%, 95%) |
| CMYK | cmyk(1%, 3%, 0%, 4%) |
| LAB | lab(94.7 3.1 -3.3) |
| LCH | lch(94.7 4.5 313.5) |
| OKLCH | oklch(0.955 0.012 313.2) |
Copy-ready code
/* CSS */
color: #f3eef6;
background-color: #f3eef6;
/* Tailwind (arbitrary) */
class="text-[#f3eef6] bg-[#f3eef6]"
/* SCSS */
$brand: #f3eef6;
/* SwiftUI */
Color(red: 0.953, green: 0.933, blue: 0.965)
/* Android */
Color.parseColor("#f3eef6")Accessibility — WCAG contrast
Aa
#f3eef6 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3eef6 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green93.3%
Blue96.5%
CMYK percentages
Cyan1.2%
Magenta3.3%
Yellow0.0%
Key (black)3.5%
Color previews
#f3eef6 text on a black background
contrast 18.37:1
Card sample
#f3eef6 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3eef6;
Background color
Panel with #f3eef6 background
background-color: #f3eef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3eef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 238, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 238, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3eef6; background: linear-gradient(135deg, #f3eef6, #F6EEF4);