#f16eee
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 110, 238
HSL
301°, 82%, 69%
CMYK
0, 54, 1, 6
Luminance
0.3603
Every format
| HEX | #f16eee |
| RGB | rgb(241, 110, 238) |
| HSL | hsl(301, 82%, 69%) |
| CMYK | cmyk(0%, 54%, 1%, 6%) |
| LAB | lab(66.5 66.6 -41.7) |
| LCH | lch(66.5 78.5 327.9) |
| OKLCH | oklch(0.739 0.219 328.4) |
Copy-ready code
/* CSS */
color: #f16eee;
background-color: #f16eee;
/* Tailwind (arbitrary) */
class="text-[#f16eee] bg-[#f16eee]"
/* SCSS */
$brand: #f16eee;
/* SwiftUI */
Color(red: 0.945, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#f16eee")Accessibility — WCAG contrast
Aa
#f16eee on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f16eee on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green43.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta54.4%
Yellow1.2%
Key (black)5.5%
Color previews
#f16eee text on a black background
contrast 8.21:1
Card sample
#f16eee text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16eee;
Background color
Panel with #f16eee background
background-color: #f16eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16eee; background: linear-gradient(135deg, #f16eee, #F16E97);