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