#f308c4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 8, 196
HSL
312°, 94%, 49%
CMYK
0, 97, 19, 5
Luminance
0.2321
Every format
| HEX | #f308c4 |
| RGB | rgb(243, 8, 196) |
| HSL | hsl(312, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 19%, 5%) |
| LAB | lab(55.3 88.1 -35.6) |
| LCH | lch(55.3 95.0 338.0) |
| OKLCH | oklch(0.652 0.281 339.9) |
Copy-ready code
/* CSS */
color: #f308c4;
background-color: #f308c4;
/* Tailwind (arbitrary) */
class="text-[#f308c4] bg-[#f308c4]"
/* SCSS */
$brand: #f308c4;
/* SwiftUI */
Color(red: 0.953, green: 0.031, blue: 0.769)
/* Android */
Color.parseColor("#f308c4")Accessibility — WCAG contrast
Aa
#f308c4 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f308c4 on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green3.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow19.3%
Key (black)4.7%
Color previews
#f308c4 text on a black background
contrast 5.64:1
Card sample
#f308c4 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f308c4;
Background color
Panel with #f308c4 background
background-color: #f308c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f308c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 8, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 8, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f308c4; background: linear-gradient(135deg, #f308c4, #F30827);