#f3eef5
a pale, soft violet · warm · closest name: white
RGB
243, 238, 245
HSL
283°, 26%, 95%
CMYK
1, 3, 0, 4
Luminance
0.8680
Every format
| HEX | #f3eef5 |
| RGB | rgb(243, 238, 245) |
| HSL | hsl(283, 26%, 95%) |
| CMYK | cmyk(1%, 3%, 0%, 4%) |
| LAB | lab(94.7 2.9 -2.8) |
| LCH | lch(94.7 4.0 316.3) |
| OKLCH | oklch(0.955 0.011 316.5) |
Copy-ready code
/* CSS */
color: #f3eef5;
background-color: #f3eef5;
/* Tailwind (arbitrary) */
class="text-[#f3eef5] bg-[#f3eef5]"
/* SCSS */
$brand: #f3eef5;
/* SwiftUI */
Color(red: 0.953, green: 0.933, blue: 0.961)
/* Android */
Color.parseColor("#f3eef5")Accessibility — WCAG contrast
Aa
#f3eef5 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3eef5 on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green93.3%
Blue96.1%
CMYK percentages
Cyan0.8%
Magenta2.9%
Yellow0.0%
Key (black)3.9%
Color previews
#f3eef5 text on a black background
contrast 18.36:1
Card sample
#f3eef5 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3eef5;
Background color
Panel with #f3eef5 background
background-color: #f3eef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3eef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 238, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 238, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3eef5; background: linear-gradient(135deg, #f3eef5, #F5EEF2);