#ff62db
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 98, 219
HSL
314°, 100%, 69%
CMYK
0, 62, 14, 0
Luminance
0.3511
Every format
| HEX | #ff62db |
| RGB | rgb(255, 98, 219) |
| HSL | hsl(314, 100%, 69%) |
| CMYK | cmyk(0%, 62%, 14%, 0%) |
| LAB | lab(65.8 72.3 -32.1) |
| LCH | lch(65.8 79.1 336.1) |
| OKLCH | oklch(0.736 0.230 337.8) |
Copy-ready code
/* CSS */
color: #ff62db;
background-color: #ff62db;
/* Tailwind (arbitrary) */
class="text-[#ff62db] bg-[#ff62db]"
/* SCSS */
$brand: #ff62db;
/* SwiftUI */
Color(red: 1.000, green: 0.384, blue: 0.859)
/* Android */
Color.parseColor("#ff62db")Accessibility — WCAG contrast
Aa
#ff62db on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff62db on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.4%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow14.1%
Key (black)0.0%
Color previews
#ff62db text on a black background
contrast 8.02:1
Card sample
#ff62db text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff62db;
Background color
Panel with #ff62db background
background-color: #ff62db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff62db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 98, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 98, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff62db; background: linear-gradient(135deg, #ff62db, #FF6272);