#f30872
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 8, 114
HSL
333°, 94%, 49%
CMYK
0, 97, 53, 5
Luminance
0.2044
Every format
| HEX | #f30872 |
| RGB | rgb(243, 8, 114) |
| HSL | hsl(333, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 53%, 5%) |
| LAB | lab(52.3 80.4 8.6) |
| LCH | lch(52.3 80.9 6.1) |
| OKLCH | oklch(0.622 0.247 5.2) |
Copy-ready code
/* CSS */
color: #f30872;
background-color: #f30872;
/* Tailwind (arbitrary) */
class="text-[#f30872] bg-[#f30872]"
/* SCSS */
$brand: #f30872;
/* SwiftUI */
Color(red: 0.953, green: 0.031, blue: 0.447)
/* Android */
Color.parseColor("#f30872")Accessibility — WCAG contrast
Aa
#f30872 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f30872 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green3.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow53.1%
Key (black)4.7%
Color previews
#f30872 text on a black background
contrast 5.09:1
Card sample
#f30872 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f30872;
Background color
Panel with #f30872 background
background-color: #f30872;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f30872;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 8, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 8, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f30872; background: linear-gradient(135deg, #f30872, #F33B08);