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