#f308f0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 8, 240
HSL
301°, 94%, 49%
CMYK
0, 97, 1, 5
Luminance
0.2552
Every format
| HEX | #f308f0 |
| RGB | rgb(243, 8, 240) |
| HSL | hsl(301, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 1%, 5%) |
| LAB | lab(57.6 93.8 -57.0) |
| LCH | lch(57.6 109.8 328.7) |
| OKLCH | oklch(0.676 0.307 329.0) |
Copy-ready code
/* CSS */
color: #f308f0;
background-color: #f308f0;
/* Tailwind (arbitrary) */
class="text-[#f308f0] bg-[#f308f0]"
/* SCSS */
$brand: #f308f0;
/* SwiftUI */
Color(red: 0.953, green: 0.031, blue: 0.941)
/* Android */
Color.parseColor("#f308f0")Accessibility — WCAG contrast
Aa
#f308f0 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f308f0 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green3.1%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow1.2%
Key (black)4.7%
Color previews
#f308f0 text on a black background
contrast 6.10:1
Card sample
#f308f0 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f308f0;
Background color
Panel with #f308f0 background
background-color: #f308f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f308f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 8, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 8, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f308f0; background: linear-gradient(135deg, #f308f0, #F30853);