#f59eee
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 158, 238
HSL
305°, 81%, 79%
CMYK
0, 36, 3, 4
Luminance
0.5004
Every format
| HEX | #f59eee |
| RGB | rgb(245, 158, 238) |
| HSL | hsl(305, 81%, 79%) |
| CMYK | cmyk(0%, 36%, 3%, 4%) |
| LAB | lab(76.1 44.3 -26.9) |
| LCH | lch(76.1 51.8 328.7) |
| OKLCH | oklch(0.812 0.144 329.7) |
Copy-ready code
/* CSS */
color: #f59eee;
background-color: #f59eee;
/* Tailwind (arbitrary) */
class="text-[#f59eee] bg-[#f59eee]"
/* SCSS */
$brand: #f59eee;
/* SwiftUI */
Color(red: 0.961, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#f59eee")Accessibility — WCAG contrast
Aa
#f59eee on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59eee on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green62.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow2.9%
Key (black)3.9%
Color previews
#f59eee text on a black background
contrast 11.01:1
Card sample
#f59eee text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59eee;
Background color
Panel with #f59eee background
background-color: #f59eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59eee; background: linear-gradient(135deg, #f59eee, #F59EB4);