#f970cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 112, 207
HSL
318°, 92%, 71%
CMYK
0, 55, 17, 2
Luminance
0.3623
Every format
| HEX | #f970cf |
| RGB | rgb(249, 112, 207) |
| HSL | hsl(318, 92%, 71%) |
| CMYK | cmyk(0%, 55%, 17%, 2%) |
| LAB | lab(66.7 63.0 -24.1) |
| LCH | lch(66.7 67.5 339.1) |
| OKLCH | oklch(0.739 0.198 340.9) |
Copy-ready code
/* CSS */
color: #f970cf;
background-color: #f970cf;
/* Tailwind (arbitrary) */
class="text-[#f970cf] bg-[#f970cf]"
/* SCSS */
$brand: #f970cf;
/* SwiftUI */
Color(red: 0.976, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#f970cf")Accessibility — WCAG contrast
Aa
#f970cf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f970cf on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green43.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow16.9%
Key (black)2.4%
Color previews
#f970cf text on a black background
contrast 8.25:1
Card sample
#f970cf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f970cf;
Background color
Panel with #f970cf background
background-color: #f970cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f970cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f970cf; background: linear-gradient(135deg, #f970cf, #F97074);