#f61eb4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
246, 30, 180
HSL
318°, 92%, 54%
CMYK
0, 88, 27, 4
Luminance
0.2382
Every format
| HEX | #f61eb4 |
| RGB | rgb(246, 30, 180) |
| HSL | hsl(318, 92%, 54%) |
| CMYK | cmyk(0%, 88%, 27%, 4%) |
| LAB | lab(55.9 84.6 -25.3) |
| LCH | lch(55.9 88.3 343.3) |
| OKLCH | oklch(0.655 0.267 345.3) |
Copy-ready code
/* CSS */
color: #f61eb4;
background-color: #f61eb4;
/* Tailwind (arbitrary) */
class="text-[#f61eb4] bg-[#f61eb4]"
/* SCSS */
$brand: #f61eb4;
/* SwiftUI */
Color(red: 0.965, green: 0.118, blue: 0.706)
/* Android */
Color.parseColor("#f61eb4")Accessibility — WCAG contrast
Aa
#f61eb4 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f61eb4 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green11.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow26.8%
Key (black)3.5%
Color previews
#f61eb4 text on a black background
contrast 5.76:1
Card sample
#f61eb4 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f61eb4;
Background color
Panel with #f61eb4 background
background-color: #f61eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f61eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 30, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 30, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f61eb4; background: linear-gradient(135deg, #f61eb4, #F61E24);