#f97eee
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 126, 238
HSL
305°, 91%, 74%
CMYK
0, 49, 4, 2
Luminance
0.4123
Every format
| HEX | #f97eee |
| RGB | rgb(249, 126, 238) |
| HSL | hsl(305, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 4%, 2%) |
| LAB | lab(70.3 61.4 -35.7) |
| LCH | lch(70.3 71.0 329.8) |
| OKLCH | oklch(0.770 0.199 330.8) |
Copy-ready code
/* CSS */
color: #f97eee;
background-color: #f97eee;
/* Tailwind (arbitrary) */
class="text-[#f97eee] bg-[#f97eee]"
/* SCSS */
$brand: #f97eee;
/* SwiftUI */
Color(red: 0.976, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#f97eee")Accessibility — WCAG contrast
Aa
#f97eee on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97eee on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.4%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow4.4%
Key (black)2.4%
Color previews
#f97eee text on a black background
contrast 9.25:1
Card sample
#f97eee text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97eee;
Background color
Panel with #f97eee background
background-color: #f97eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97eee; background: linear-gradient(135deg, #f97eee, #F97E9C);