#f975af
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 117, 175
HSL
334°, 92%, 72%
CMYK
0, 53, 30, 2
Luminance
0.3596
Every format
| HEX | #f975af |
| RGB | rgb(249, 117, 175) |
| HSL | hsl(334, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 30%, 2%) |
| LAB | lab(66.5 56.4 -6.4) |
| LCH | lch(66.5 56.8 353.5) |
| OKLCH | oklch(0.734 0.172 354.6) |
Copy-ready code
/* CSS */
color: #f975af;
background-color: #f975af;
/* Tailwind (arbitrary) */
class="text-[#f975af] bg-[#f975af]"
/* SCSS */
$brand: #f975af;
/* SwiftUI */
Color(red: 0.976, green: 0.459, blue: 0.686)
/* Android */
Color.parseColor("#f975af")Accessibility — WCAG contrast
Aa
#f975af on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f975af on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green45.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow29.7%
Key (black)2.4%
Color previews
#f975af text on a black background
contrast 8.19:1
Card sample
#f975af text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f975af;
Background color
Panel with #f975af background
background-color: #f975af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f975af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 117, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 117, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f975af; background: linear-gradient(135deg, #f975af, #F99375);