#f30864
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
243, 8, 100
HSL
337°, 94%, 49%
CMYK
0, 97, 59, 5
Luminance
0.2015
Every format
| HEX | #f30864 |
| RGB | rgb(243, 8, 100) |
| HSL | hsl(337, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 59%, 5%) |
| LAB | lab(52.0 79.5 16.6) |
| LCH | lch(52.0 81.2 11.8) |
| OKLCH | oklch(0.618 0.245 9.7) |
Copy-ready code
/* CSS */
color: #f30864;
background-color: #f30864;
/* Tailwind (arbitrary) */
class="text-[#f30864] bg-[#f30864]"
/* SCSS */
$brand: #f30864;
/* SwiftUI */
Color(red: 0.953, green: 0.031, blue: 0.392)
/* Android */
Color.parseColor("#f30864")Accessibility — WCAG contrast
Aa
#f30864 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f30864 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green3.1%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow58.8%
Key (black)4.7%
Color previews
#f30864 text on a black background
contrast 5.03:1
Card sample
#f30864 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f30864;
Background color
Panel with #f30864 background
background-color: #f30864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f30864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 8, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 8, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f30864; background: linear-gradient(135deg, #f30864, #F34908);