#f81bc9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 27, 201
HSL
313°, 94%, 54%
CMYK
0, 89, 19, 3
Luminance
0.2496
Every format
| HEX | #f81bc9 |
| RGB | rgb(248, 27, 201) |
| HSL | hsl(313, 94%, 54%) |
| CMYK | cmyk(0%, 89%, 19%, 3%) |
| LAB | lab(57.0 87.8 -35.7) |
| LCH | lch(57.0 94.8 337.9) |
| OKLCH | oklch(0.667 0.280 339.8) |
Copy-ready code
/* CSS */
color: #f81bc9;
background-color: #f81bc9;
/* Tailwind (arbitrary) */
class="text-[#f81bc9] bg-[#f81bc9]"
/* SCSS */
$brand: #f81bc9;
/* SwiftUI */
Color(red: 0.973, green: 0.106, blue: 0.788)
/* Android */
Color.parseColor("#f81bc9")Accessibility — WCAG contrast
Aa
#f81bc9 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f81bc9 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green10.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow19.0%
Key (black)2.7%
Color previews
#f81bc9 text on a black background
contrast 5.99:1
Card sample
#f81bc9 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f81bc9;
Background color
Panel with #f81bc9 background
background-color: #f81bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f81bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 27, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 27, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f81bc9; background: linear-gradient(135deg, #f81bc9, #F81B35);