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