#ff62df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 98, 223
HSL
312°, 100%, 69%
CMYK
0, 62, 13, 0
Luminance
0.3532
Every format
| HEX | #ff62df |
| RGB | rgb(255, 98, 223) |
| HSL | hsl(312, 100%, 69%) |
| CMYK | cmyk(0%, 62%, 13%, 0%) |
| LAB | lab(66.0 72.9 -34.1) |
| LCH | lch(66.0 80.5 334.9) |
| OKLCH | oklch(0.737 0.233 336.6) |
Copy-ready code
/* CSS */
color: #ff62df;
background-color: #ff62df;
/* Tailwind (arbitrary) */
class="text-[#ff62df] bg-[#ff62df]"
/* SCSS */
$brand: #ff62df;
/* SwiftUI */
Color(red: 1.000, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#ff62df")Accessibility — WCAG contrast
Aa
#ff62df on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff62df on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow12.5%
Key (black)0.0%
Color previews
#ff62df text on a black background
contrast 8.06:1
Card sample
#ff62df text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff62df;
Background color
Panel with #ff62df background
background-color: #ff62df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff62df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff62df; background: linear-gradient(135deg, #ff62df, #FF6276);