#f97fdb
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 127, 219
HSL
315°, 91%, 74%
CMYK
0, 49, 12, 2
Luminance
0.4043
Every format
| HEX | #f97fdb |
| RGB | rgb(249, 127, 219) |
| HSL | hsl(315, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 12%, 2%) |
| LAB | lab(69.8 57.9 -26.1) |
| LCH | lch(69.8 63.5 335.7) |
| OKLCH | oklch(0.763 0.183 337.4) |
Copy-ready code
/* CSS */
color: #f97fdb;
background-color: #f97fdb;
/* Tailwind (arbitrary) */
class="text-[#f97fdb] bg-[#f97fdb]"
/* SCSS */
$brand: #f97fdb;
/* SwiftUI */
Color(red: 0.976, green: 0.498, blue: 0.859)
/* Android */
Color.parseColor("#f97fdb")Accessibility — WCAG contrast
Aa
#f97fdb on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97fdb on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.8%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow12.0%
Key (black)2.4%
Color previews
#f97fdb text on a black background
contrast 9.09:1
Card sample
#f97fdb text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97fdb;
Background color
Panel with #f97fdb background
background-color: #f97fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 127, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 127, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97fdb; background: linear-gradient(135deg, #f97fdb, #F97F89);