#f975cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 117, 205
HSL
320°, 92%, 72%
CMYK
0, 53, 18, 2
Luminance
0.3727
Every format
| HEX | #f975cd |
| RGB | rgb(249, 117, 205) |
| HSL | hsl(320, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 18%, 2%) |
| LAB | lab(67.5 60.4 -21.8) |
| LCH | lch(67.5 64.3 340.2) |
| OKLCH | oklch(0.744 0.189 342.0) |
Copy-ready code
/* CSS */
color: #f975cd;
background-color: #f975cd;
/* Tailwind (arbitrary) */
class="text-[#f975cd] bg-[#f975cd]"
/* SCSS */
$brand: #f975cd;
/* SwiftUI */
Color(red: 0.976, green: 0.459, blue: 0.804)
/* Android */
Color.parseColor("#f975cd")Accessibility — WCAG contrast
Aa
#f975cd on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f975cd on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green45.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow17.7%
Key (black)2.4%
Color previews
#f975cd text on a black background
contrast 8.45:1
Card sample
#f975cd text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f975cd;
Background color
Panel with #f975cd background
background-color: #f975cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f975cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 117, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 117, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f975cd; background: linear-gradient(135deg, #f975cd, #F97575);