#f97dec
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 125, 236
HSL
306°, 91%, 73%
CMYK
0, 50, 5, 2
Luminance
0.4086
Every format
| HEX | #f97dec |
| RGB | rgb(249, 125, 236) |
| HSL | hsl(306, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 5%, 2%) |
| LAB | lab(70.1 61.5 -35.0) |
| LCH | lch(70.1 70.8 330.4) |
| OKLCH | oklch(0.767 0.199 331.4) |
Copy-ready code
/* CSS */
color: #f97dec;
background-color: #f97dec;
/* Tailwind (arbitrary) */
class="text-[#f97dec] bg-[#f97dec]"
/* SCSS */
$brand: #f97dec;
/* SwiftUI */
Color(red: 0.976, green: 0.490, blue: 0.925)
/* Android */
Color.parseColor("#f97dec")Accessibility — WCAG contrast
Aa
#f97dec on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97dec on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow5.2%
Key (black)2.4%
Color previews
#f97dec text on a black background
contrast 9.17:1
Card sample
#f97dec text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97dec;
Background color
Panel with #f97dec background
background-color: #f97dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 125, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 125, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97dec; background: linear-gradient(135deg, #f97dec, #F97D99);