#f17eee
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 126, 238
HSL
302°, 80%, 72%
CMYK
0, 48, 1, 6
Luminance
0.3980
Every format
| HEX | #f17eee |
| RGB | rgb(241, 126, 238) |
| HSL | hsl(302, 80%, 72%) |
| CMYK | cmyk(0%, 48%, 1%, 6%) |
| LAB | lab(69.3 59.1 -37.4) |
| LCH | lch(69.3 70.0 327.7) |
| OKLCH | oklch(0.760 0.194 328.2) |
Copy-ready code
/* CSS */
color: #f17eee;
background-color: #f17eee;
/* Tailwind (arbitrary) */
class="text-[#f17eee] bg-[#f17eee]"
/* SCSS */
$brand: #f17eee;
/* SwiftUI */
Color(red: 0.945, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#f17eee")Accessibility — WCAG contrast
Aa
#f17eee on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17eee on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green49.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow1.2%
Key (black)5.5%
Color previews
#f17eee text on a black background
contrast 8.96:1
Card sample
#f17eee text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17eee;
Background color
Panel with #f17eee background
background-color: #f17eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17eee; background: linear-gradient(135deg, #f17eee, #F17EA1);