#62007d
a deep, electric violet · warm · closest name: indigo
RGB
98, 0, 125
HSL
287°, 100%, 25%
CMYK
22, 100, 0, 51
Luminance
0.0408
Every format
| HEX | #62007d |
| RGB | rgb(98, 0, 125) |
| HSL | hsl(287, 100%, 25%) |
| CMYK | cmyk(22%, 100%, 0%, 51%) |
| LAB | lab(23.9 53.6 -44.3) |
| LCH | lch(23.9 69.5 320.4) |
| OKLCH | oklch(0.369 0.181 316.1) |
Copy-ready code
/* CSS */
color: #62007d;
background-color: #62007d;
/* Tailwind (arbitrary) */
class="text-[#62007d] bg-[#62007d]"
/* SCSS */
$brand: #62007d;
/* SwiftUI */
Color(red: 0.384, green: 0.000, blue: 0.490)
/* Android */
Color.parseColor("#62007d")Accessibility — WCAG contrast
Aa
#62007d on white: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62007d on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green0.0%
Blue49.0%
CMYK percentages
Cyan21.6%
Magenta100.0%
Yellow0.0%
Key (black)51.0%
Color previews
#62007d text on a black background
contrast 1.82:1
Card sample
#62007d text on a white background
contrast 11.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62007d;
Background color
Panel with #62007d background
background-color: #62007d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62007d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 0, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 0, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62007d; background: linear-gradient(135deg, #62007d, #7D0045);