#f97cef
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 124, 239
HSL
305°, 91%, 73%
CMYK
0, 50, 4, 2
Luminance
0.4079
Every format
| HEX | #f97cef |
| RGB | rgb(249, 124, 239) |
| HSL | hsl(305, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 4%, 2%) |
| LAB | lab(70.0 62.5 -36.7) |
| LCH | lch(70.0 72.5 329.6) |
| OKLCH | oklch(0.767 0.203 330.4) |
Copy-ready code
/* CSS */
color: #f97cef;
background-color: #f97cef;
/* Tailwind (arbitrary) */
class="text-[#f97cef] bg-[#f97cef]"
/* SCSS */
$brand: #f97cef;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#f97cef")Accessibility — WCAG contrast
Aa
#f97cef on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cef on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow4.0%
Key (black)2.4%
Color previews
#f97cef text on a black background
contrast 9.16:1
Card sample
#f97cef text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cef;
Background color
Panel with #f97cef background
background-color: #f97cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cef; background: linear-gradient(135deg, #f97cef, #F97C9C);