#f58eee
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 142, 238
HSL
304°, 84%, 76%
CMYK
0, 42, 3, 4
Luminance
0.4493
Every format
| HEX | #f58eee |
| RGB | rgb(245, 142, 238) |
| HSL | hsl(304, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 3%, 4%) |
| LAB | lab(72.8 52.4 -31.9) |
| LCH | lch(72.8 61.4 328.7) |
| OKLCH | oklch(0.787 0.171 329.5) |
Copy-ready code
/* CSS */
color: #f58eee;
background-color: #f58eee;
/* Tailwind (arbitrary) */
class="text-[#f58eee] bg-[#f58eee]"
/* SCSS */
$brand: #f58eee;
/* SwiftUI */
Color(red: 0.961, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#f58eee")Accessibility — WCAG contrast
Aa
#f58eee on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58eee on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green55.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow2.9%
Key (black)3.9%
Color previews
#f58eee text on a black background
contrast 9.99:1
Card sample
#f58eee text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58eee;
Background color
Panel with #f58eee background
background-color: #f58eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58eee; background: linear-gradient(135deg, #f58eee, #F58EA9);