#f308ba
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 8, 186
HSL
315°, 94%, 49%
CMYK
0, 97, 24, 5
Luminance
0.2277
Every format
| HEX | #f308ba |
| RGB | rgb(243, 8, 186) |
| HSL | hsl(315, 94%, 49%) |
| CMYK | cmyk(0%, 97%, 24%, 5%) |
| LAB | lab(54.8 87.0 -30.5) |
| LCH | lch(54.8 92.2 340.7) |
| OKLCH | oklch(0.648 0.276 342.7) |
Copy-ready code
/* CSS */
color: #f308ba;
background-color: #f308ba;
/* Tailwind (arbitrary) */
class="text-[#f308ba] bg-[#f308ba]"
/* SCSS */
$brand: #f308ba;
/* SwiftUI */
Color(red: 0.953, green: 0.031, blue: 0.729)
/* Android */
Color.parseColor("#f308ba")Accessibility — WCAG contrast
Aa
#f308ba on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f308ba on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green3.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta96.7%
Yellow23.5%
Key (black)4.7%
Color previews
#f308ba text on a black background
contrast 5.55:1
Card sample
#f308ba text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f308ba;
Background color
Panel with #f308ba background
background-color: #f308ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f308ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 8, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 8, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f308ba; background: linear-gradient(135deg, #f308ba, #F3081D);