#f975c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 117, 194
HSL
325°, 92%, 72%
CMYK
0, 53, 22, 2
Luminance
0.3676
Every format
| HEX | #f975c2 |
| RGB | rgb(249, 117, 194) |
| HSL | hsl(325, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 22%, 2%) |
| LAB | lab(67.1 58.9 -16.2) |
| LCH | lch(67.1 61.1 344.6) |
| OKLCH | oklch(0.740 0.182 346.4) |
Copy-ready code
/* CSS */
color: #f975c2;
background-color: #f975c2;
/* Tailwind (arbitrary) */
class="text-[#f975c2] bg-[#f975c2]"
/* SCSS */
$brand: #f975c2;
/* SwiftUI */
Color(red: 0.976, green: 0.459, blue: 0.761)
/* Android */
Color.parseColor("#f975c2")Accessibility — WCAG contrast
Aa
#f975c2 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f975c2 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green45.9%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow22.1%
Key (black)2.4%
Color previews
#f975c2 text on a black background
contrast 8.35:1
Card sample
#f975c2 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f975c2;
Background color
Panel with #f975c2 background
background-color: #f975c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f975c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 117, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 117, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f975c2; background: linear-gradient(135deg, #f975c2, #F98075);