#f2eef4
a pale, soft violet · warm · closest name: white
RGB
242, 238, 244
HSL
280°, 21%, 95%
CMYK
1, 3, 0, 4
Luminance
0.8656
Every format
| HEX | #f2eef4 |
| RGB | rgb(242, 238, 244) |
| HSL | hsl(280, 21%, 95%) |
| CMYK | cmyk(1%, 3%, 0%, 4%) |
| LAB | lab(94.5 2.4 -2.4) |
| LCH | lch(94.5 3.4 314.8) |
| OKLCH | oklch(0.954 0.009 314.8) |
Copy-ready code
/* CSS */
color: #f2eef4;
background-color: #f2eef4;
/* Tailwind (arbitrary) */
class="text-[#f2eef4] bg-[#f2eef4]"
/* SCSS */
$brand: #f2eef4;
/* SwiftUI */
Color(red: 0.949, green: 0.933, blue: 0.957)
/* Android */
Color.parseColor("#f2eef4")Accessibility — WCAG contrast
Aa
#f2eef4 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2eef4 on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green93.3%
Blue95.7%
CMYK percentages
Cyan0.8%
Magenta2.5%
Yellow0.0%
Key (black)4.3%
Color previews
#f2eef4 text on a black background
contrast 18.31:1
Card sample
#f2eef4 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2eef4;
Background color
Panel with #f2eef4 background
background-color: #f2eef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2eef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 238, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 238, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2eef4; background: linear-gradient(135deg, #f2eef4, #F4EEF2);