#f28eee
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 142, 238
HSL
302°, 79%, 75%
CMYK
0, 41, 2, 5
Luminance
0.4440
Every format
| HEX | #f28eee |
| RGB | rgb(242, 142, 238) |
| HSL | hsl(302, 79%, 75%) |
| CMYK | cmyk(0%, 41%, 2%, 5%) |
| LAB | lab(72.5 51.5 -32.4) |
| LCH | lch(72.5 60.9 327.8) |
| OKLCH | oklch(0.784 0.169 328.5) |
Copy-ready code
/* CSS */
color: #f28eee;
background-color: #f28eee;
/* Tailwind (arbitrary) */
class="text-[#f28eee] bg-[#f28eee]"
/* SCSS */
$brand: #f28eee;
/* SwiftUI */
Color(red: 0.949, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#f28eee")Accessibility — WCAG contrast
Aa
#f28eee on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28eee on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green55.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow1.7%
Key (black)5.1%
Color previews
#f28eee text on a black background
contrast 9.88:1
Card sample
#f28eee text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28eee;
Background color
Panel with #f28eee background
background-color: #f28eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28eee; background: linear-gradient(135deg, #f28eee, #F28EAB);