#f2007c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
242, 0, 124
HSL
329°, 100%, 48%
CMYK
0, 100, 49, 5
Luminance
0.2033
Every format
| HEX | #f2007c |
| RGB | rgb(242, 0, 124) |
| HSL | hsl(329, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 49%, 5%) |
| LAB | lab(52.2 81.5 2.3) |
| LCH | lch(52.2 81.5 1.6) |
| OKLCH | oklch(0.621 0.251 1.5) |
Copy-ready code
/* CSS */
color: #f2007c;
background-color: #f2007c;
/* Tailwind (arbitrary) */
class="text-[#f2007c] bg-[#f2007c]"
/* SCSS */
$brand: #f2007c;
/* SwiftUI */
Color(red: 0.949, green: 0.000, blue: 0.486)
/* Android */
Color.parseColor("#f2007c")Accessibility — WCAG contrast
Aa
#f2007c on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2007c on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow48.8%
Key (black)5.1%
Color previews
#f2007c text on a black background
contrast 5.07:1
Card sample
#f2007c text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2007c;
Background color
Panel with #f2007c background
background-color: #f2007c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2007c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 0, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 0, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2007c; background: linear-gradient(135deg, #f2007c, #F22600);