#f80cbf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 12, 191
HSL
315°, 94%, 51%
CMYK
0, 95, 23, 3
Luminance
0.2398
Every format
| HEX | #f80cbf |
| RGB | rgb(248, 12, 191) |
| HSL | hsl(315, 94%, 51%) |
| CMYK | cmyk(0%, 95%, 23%, 3%) |
| LAB | lab(56.1 88.2 -31.4) |
| LCH | lch(56.1 93.6 340.4) |
| OKLCH | oklch(0.659 0.280 342.4) |
Copy-ready code
/* CSS */
color: #f80cbf;
background-color: #f80cbf;
/* Tailwind (arbitrary) */
class="text-[#f80cbf] bg-[#f80cbf]"
/* SCSS */
$brand: #f80cbf;
/* SwiftUI */
Color(red: 0.973, green: 0.047, blue: 0.749)
/* Android */
Color.parseColor("#f80cbf")Accessibility — WCAG contrast
Aa
#f80cbf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80cbf on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green4.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta95.2%
Yellow23.0%
Key (black)2.7%
Color previews
#f80cbf text on a black background
contrast 5.80:1
Card sample
#f80cbf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80cbf;
Background color
Panel with #f80cbf background
background-color: #f80cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 12, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 12, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80cbf; background: linear-gradient(135deg, #f80cbf, #F80C22);