#f2eaf3
a pale, soft magenta / pink · warm · closest name: lavender
RGB
242, 234, 243
HSL
293°, 27%, 94%
CMYK
0, 4, 0, 5
Luminance
0.8419
Every format
| HEX | #f2eaf3 |
| RGB | rgb(242, 234, 243) |
| HSL | hsl(293, 27%, 94%) |
| CMYK | cmyk(0%, 4%, 0%, 5%) |
| LAB | lab(93.5 4.3 -3.4) |
| LCH | lch(93.5 5.5 321.6) |
| OKLCH | oklch(0.946 0.015 322.3) |
Copy-ready code
/* CSS */
color: #f2eaf3;
background-color: #f2eaf3;
/* Tailwind (arbitrary) */
class="text-[#f2eaf3] bg-[#f2eaf3]"
/* SCSS */
$brand: #f2eaf3;
/* SwiftUI */
Color(red: 0.949, green: 0.918, blue: 0.953)
/* Android */
Color.parseColor("#f2eaf3")Accessibility — WCAG contrast
Aa
#f2eaf3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2eaf3 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green91.8%
Blue95.3%
CMYK percentages
Cyan0.4%
Magenta3.7%
Yellow0.0%
Key (black)4.7%
Color previews
#f2eaf3 text on a black background
contrast 17.84:1
Card sample
#f2eaf3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2eaf3;
Background color
Panel with #f2eaf3 background
background-color: #f2eaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2eaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 234, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 234, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2eaf3; background: linear-gradient(135deg, #f2eaf3, #F3EAEE);