#f3eef2
a pale, soft magenta / pink · warm · closest name: white
RGB
243, 238, 242
HSL
312°, 17%, 94%
CMYK
0, 2, 0, 5
Luminance
0.8661
Every format
| HEX | #f3eef2 |
| RGB | rgb(243, 238, 242) |
| HSL | hsl(312, 17%, 94%) |
| CMYK | cmyk(0%, 2%, 0%, 5%) |
| LAB | lab(94.6 2.4 -1.3) |
| LCH | lch(94.6 2.7 330.7) |
| OKLCH | oklch(0.954 0.007 332.1) |
Copy-ready code
/* CSS */
color: #f3eef2;
background-color: #f3eef2;
/* Tailwind (arbitrary) */
class="text-[#f3eef2] bg-[#f3eef2]"
/* SCSS */
$brand: #f3eef2;
/* SwiftUI */
Color(red: 0.953, green: 0.933, blue: 0.949)
/* Android */
Color.parseColor("#f3eef2")Accessibility — WCAG contrast
Aa
#f3eef2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3eef2 on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green93.3%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow0.4%
Key (black)4.7%
Color previews
#f3eef2 text on a black background
contrast 18.32:1
Card sample
#f3eef2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3eef2;
Background color
Panel with #f3eef2 background
background-color: #f3eef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3eef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 238, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 238, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3eef2; background: linear-gradient(135deg, #f3eef2, #F3EEEF);