#ff58db
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 88, 219
HSL
313°, 100%, 67%
CMYK
0, 66, 14, 0
Luminance
0.3335
Every format
| HEX | #ff58db |
| RGB | rgb(255, 88, 219) |
| HSL | hsl(313, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 14%, 0%) |
| LAB | lab(64.5 76.2 -34.3) |
| LCH | lch(64.5 83.5 335.8) |
| OKLCH | oklch(0.725 0.243 337.5) |
Copy-ready code
/* CSS */
color: #ff58db;
background-color: #ff58db;
/* Tailwind (arbitrary) */
class="text-[#ff58db] bg-[#ff58db]"
/* SCSS */
$brand: #ff58db;
/* SwiftUI */
Color(red: 1.000, green: 0.345, blue: 0.859)
/* Android */
Color.parseColor("#ff58db")Accessibility — WCAG contrast
Aa
#ff58db on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff58db on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green34.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta65.5%
Yellow14.1%
Key (black)0.0%
Color previews
#ff58db text on a black background
contrast 7.67:1
Card sample
#ff58db text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff58db;
Background color
Panel with #ff58db background
background-color: #ff58db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff58db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 88, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 88, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff58db; background: linear-gradient(135deg, #ff58db, #FF586C);