#ff058c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 5, 140
HSL
328°, 100%, 51%
CMYK
0, 98, 45, 0
Luminance
0.2326
Every format
| HEX | #ff058c |
| RGB | rgb(255, 5, 140) |
| HSL | hsl(328, 100%, 51%) |
| CMYK | cmyk(0%, 98%, 45%, 0%) |
| LAB | lab(55.4 85.1 -2.4) |
| LCH | lch(55.4 85.2 358.4) |
| OKLCH | oklch(0.650 0.263 358.8) |
Copy-ready code
/* CSS */
color: #ff058c;
background-color: #ff058c;
/* Tailwind (arbitrary) */
class="text-[#ff058c] bg-[#ff058c]"
/* SCSS */
$brand: #ff058c;
/* SwiftUI */
Color(red: 1.000, green: 0.020, blue: 0.549)
/* Android */
Color.parseColor("#ff058c")Accessibility — WCAG contrast
Aa
#ff058c on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff058c on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow45.1%
Key (black)0.0%
Color previews
#ff058c text on a black background
contrast 5.65:1
Card sample
#ff058c text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff058c;
Background color
Panel with #ff058c background
background-color: #ff058c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff058c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 5, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 5, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff058c; background: linear-gradient(135deg, #ff058c, #FF2505);