#f97ccf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 124, 207
HSL
320°, 91%, 73%
CMYK
0, 50, 17, 2
Luminance
0.3906
Every format
| HEX | #f97ccf |
| RGB | rgb(249, 124, 207) |
| HSL | hsl(320, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 17%, 2%) |
| LAB | lab(68.8 57.5 -20.9) |
| LCH | lch(68.8 61.1 340.0) |
| OKLCH | oklch(0.754 0.179 341.8) |
Copy-ready code
/* CSS */
color: #f97ccf;
background-color: #f97ccf;
/* Tailwind (arbitrary) */
class="text-[#f97ccf] bg-[#f97ccf]"
/* SCSS */
$brand: #f97ccf;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#f97ccf")Accessibility — WCAG contrast
Aa
#f97ccf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97ccf on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow16.9%
Key (black)2.4%
Color previews
#f97ccf text on a black background
contrast 8.81:1
Card sample
#f97ccf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97ccf;
Background color
Panel with #f97ccf background
background-color: #f97ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97ccf; background: linear-gradient(135deg, #f97ccf, #F97C7C);