#f51eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 30, 179
HSL
318°, 92%, 54%
CMYK
0, 88, 27, 4
Luminance
0.2360
Every format
| HEX | #f51eb3 |
| RGB | rgb(245, 30, 179) |
| HSL | hsl(318, 92%, 54%) |
| CMYK | cmyk(0%, 88%, 27%, 4%) |
| LAB | lab(55.7 84.3 -25.1) |
| LCH | lch(55.7 88.0 343.4) |
| OKLCH | oklch(0.653 0.265 345.4) |
Copy-ready code
/* CSS */
color: #f51eb3;
background-color: #f51eb3;
/* Tailwind (arbitrary) */
class="text-[#f51eb3] bg-[#f51eb3]"
/* SCSS */
$brand: #f51eb3;
/* SwiftUI */
Color(red: 0.961, green: 0.118, blue: 0.702)
/* Android */
Color.parseColor("#f51eb3")Accessibility — WCAG contrast
Aa
#f51eb3 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51eb3 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green11.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow26.9%
Key (black)3.9%
Color previews
#f51eb3 text on a black background
contrast 5.72:1
Card sample
#f51eb3 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51eb3;
Background color
Panel with #f51eb3 background
background-color: #f51eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 30, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 30, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51eb3; background: linear-gradient(135deg, #f51eb3, #F51E24);