#f15eee
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 94, 238
HSL
301°, 84%, 66%
CMYK
0, 61, 1, 6
Luminance
0.3288
Every format
| HEX | #f15eee |
| RGB | rgb(241, 94, 238) |
| HSL | hsl(301, 84%, 66%) |
| CMYK | cmyk(0%, 61%, 1%, 6%) |
| LAB | lab(64.1 73.3 -45.6) |
| LCH | lch(64.1 86.3 328.1) |
| OKLCH | oklch(0.721 0.241 328.5) |
Copy-ready code
/* CSS */
color: #f15eee;
background-color: #f15eee;
/* Tailwind (arbitrary) */
class="text-[#f15eee] bg-[#f15eee]"
/* SCSS */
$brand: #f15eee;
/* SwiftUI */
Color(red: 0.945, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#f15eee")Accessibility — WCAG contrast
Aa
#f15eee on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15eee on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow1.2%
Key (black)5.5%
Color previews
#f15eee text on a black background
contrast 7.58:1
Card sample
#f15eee text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15eee;
Background color
Panel with #f15eee background
background-color: #f15eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15eee; background: linear-gradient(135deg, #f15eee, #F15E8C);