#f51eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 30, 176
HSL
319°, 92%, 54%
CMYK
0, 88, 28, 4
Luminance
0.2348
Every format
| HEX | #f51eb0 |
| RGB | rgb(245, 30, 176) |
| HSL | hsl(319, 92%, 54%) |
| CMYK | cmyk(0%, 88%, 28%, 4%) |
| LAB | lab(55.6 84.0 -23.6) |
| LCH | lch(55.6 87.2 344.3) |
| OKLCH | oklch(0.652 0.264 346.3) |
Copy-ready code
/* CSS */
color: #f51eb0;
background-color: #f51eb0;
/* Tailwind (arbitrary) */
class="text-[#f51eb0] bg-[#f51eb0]"
/* SCSS */
$brand: #f51eb0;
/* SwiftUI */
Color(red: 0.961, green: 0.118, blue: 0.690)
/* Android */
Color.parseColor("#f51eb0")Accessibility — WCAG contrast
Aa
#f51eb0 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51eb0 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green11.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow28.2%
Key (black)3.9%
Color previews
#f51eb0 text on a black background
contrast 5.70:1
Card sample
#f51eb0 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51eb0;
Background color
Panel with #f51eb0 background
background-color: #f51eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 30, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 30, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51eb0; background: linear-gradient(135deg, #f51eb0, #F51E20);