#f7007b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
247, 0, 123
HSL
330°, 100%, 48%
CMYK
0, 100, 50, 3
Luminance
0.2120
Every format
| HEX | #f7007b |
| RGB | rgb(247, 0, 123) |
| HSL | hsl(330, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 50%, 3%) |
| LAB | lab(53.2 82.5 4.4) |
| LCH | lch(53.2 82.6 3.1) |
| OKLCH | oklch(0.630 0.254 2.7) |
Copy-ready code
/* CSS */
color: #f7007b;
background-color: #f7007b;
/* Tailwind (arbitrary) */
class="text-[#f7007b] bg-[#f7007b]"
/* SCSS */
$brand: #f7007b;
/* SwiftUI */
Color(red: 0.969, green: 0.000, blue: 0.482)
/* Android */
Color.parseColor("#f7007b")Accessibility — WCAG contrast
Aa
#f7007b on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f7007b on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.2%
Key (black)3.1%
Color previews
#f7007b text on a black background
contrast 5.24:1
Card sample
#f7007b text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7007b;
Background color
Panel with #f7007b background
background-color: #f7007b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7007b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 0, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 0, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7007b; background: linear-gradient(135deg, #f7007b, #F72A00);