#f97cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 124, 211
HSL
318°, 91%, 73%
CMYK
0, 50, 15, 2
Luminance
0.3926
Every format
| HEX | #f97cd3 |
| RGB | rgb(249, 124, 211) |
| HSL | hsl(318, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 15%, 2%) |
| LAB | lab(68.9 58.0 -22.9) |
| LCH | lch(68.9 62.4 338.4) |
| OKLCH | oklch(0.756 0.182 340.3) |
Copy-ready code
/* CSS */
color: #f97cd3;
background-color: #f97cd3;
/* Tailwind (arbitrary) */
class="text-[#f97cd3] bg-[#f97cd3]"
/* SCSS */
$brand: #f97cd3;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#f97cd3")Accessibility — WCAG contrast
Aa
#f97cd3 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cd3 on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow15.3%
Key (black)2.4%
Color previews
#f97cd3 text on a black background
contrast 8.85:1
Card sample
#f97cd3 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cd3;
Background color
Panel with #f97cd3 background
background-color: #f97cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cd3; background: linear-gradient(135deg, #f97cd3, #F97C80);