#f80dbb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 13, 187
HSL
316°, 94%, 51%
CMYK
0, 95, 25, 3
Luminance
0.2383
Every format
| HEX | #f80dbb |
| RGB | rgb(248, 13, 187) |
| HSL | hsl(316, 94%, 51%) |
| CMYK | cmyk(0%, 95%, 25%, 3%) |
| LAB | lab(55.9 87.7 -29.4) |
| LCH | lch(55.9 92.5 341.5) |
| OKLCH | oklch(0.657 0.278 343.5) |
Copy-ready code
/* CSS */
color: #f80dbb;
background-color: #f80dbb;
/* Tailwind (arbitrary) */
class="text-[#f80dbb] bg-[#f80dbb]"
/* SCSS */
$brand: #f80dbb;
/* SwiftUI */
Color(red: 0.973, green: 0.051, blue: 0.733)
/* Android */
Color.parseColor("#f80dbb")Accessibility — WCAG contrast
Aa
#f80dbb on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f80dbb on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green5.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow24.6%
Key (black)2.7%
Color previews
#f80dbb text on a black background
contrast 5.77:1
Card sample
#f80dbb text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f80dbb;
Background color
Panel with #f80dbb background
background-color: #f80dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f80dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 13, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 13, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f80dbb; background: linear-gradient(135deg, #f80dbb, #F80D1E);