#f97cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 124, 219
HSL
314°, 91%, 73%
CMYK
0, 50, 12, 2
Luminance
0.3967
Every format
| HEX | #f97cdb |
| RGB | rgb(249, 124, 219) |
| HSL | hsl(314, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 12%, 2%) |
| LAB | lab(69.2 59.3 -26.9) |
| LCH | lch(69.2 65.1 335.6) |
| OKLCH | oklch(0.759 0.188 337.2) |
Copy-ready code
/* CSS */
color: #f97cdb;
background-color: #f97cdb;
/* Tailwind (arbitrary) */
class="text-[#f97cdb] bg-[#f97cdb]"
/* SCSS */
$brand: #f97cdb;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#f97cdb")Accessibility — WCAG contrast
Aa
#f97cdb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cdb on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow12.0%
Key (black)2.4%
Color previews
#f97cdb text on a black background
contrast 8.93:1
Card sample
#f97cdb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cdb;
Background color
Panel with #f97cdb background
background-color: #f97cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cdb; background: linear-gradient(135deg, #f97cdb, #F97C88);