#f976db
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 118, 219
HSL
314°, 92%, 72%
CMYK
0, 53, 12, 2
Luminance
0.3821
Every format
| HEX | #f976db |
| RGB | rgb(249, 118, 219) |
| HSL | hsl(314, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 12%, 2%) |
| LAB | lab(68.2 62.1 -28.6) |
| LCH | lch(68.2 68.3 335.3) |
| OKLCH | oklch(0.751 0.197 337.0) |
Copy-ready code
/* CSS */
color: #f976db;
background-color: #f976db;
/* Tailwind (arbitrary) */
class="text-[#f976db] bg-[#f976db]"
/* SCSS */
$brand: #f976db;
/* SwiftUI */
Color(red: 0.976, green: 0.463, blue: 0.859)
/* Android */
Color.parseColor("#f976db")Accessibility — WCAG contrast
Aa
#f976db on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f976db on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green46.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow12.0%
Key (black)2.4%
Color previews
#f976db text on a black background
contrast 8.64:1
Card sample
#f976db text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f976db;
Background color
Panel with #f976db background
background-color: #f976db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f976db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 118, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 118, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f976db; background: linear-gradient(135deg, #f976db, #F97684);