#ff62eb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 98, 235
HSL
308°, 100%, 69%
CMYK
0, 62, 8, 0
Luminance
0.3599
Every format
| HEX | #ff62eb |
| RGB | rgb(255, 98, 235) |
| HSL | hsl(308, 100%, 69%) |
| CMYK | cmyk(0%, 62%, 8%, 0%) |
| LAB | lab(66.5 74.7 -39.9) |
| LCH | lch(66.5 84.7 331.9) |
| OKLCH | oklch(0.743 0.241 333.1) |
Copy-ready code
/* CSS */
color: #ff62eb;
background-color: #ff62eb;
/* Tailwind (arbitrary) */
class="text-[#ff62eb] bg-[#ff62eb]"
/* SCSS */
$brand: #ff62eb;
/* SwiftUI */
Color(red: 1.000, green: 0.384, blue: 0.922)
/* Android */
Color.parseColor("#ff62eb")Accessibility — WCAG contrast
Aa
#ff62eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff62eb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green38.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta61.6%
Yellow7.8%
Key (black)0.0%
Color previews
#ff62eb text on a black background
contrast 8.20:1
Card sample
#ff62eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff62eb;
Background color
Panel with #ff62eb background
background-color: #ff62eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff62eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 98, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 98, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff62eb; background: linear-gradient(135deg, #ff62eb, #FF6282);