#620baf
a dark, electric violet · warm · closest name: indigo
RGB
98, 11, 175
HSL
272°, 88%, 37%
CMYK
44, 94, 0, 31
Luminance
0.0593
Every format
| HEX | #620baf |
| RGB | rgb(98, 11, 175) |
| HSL | hsl(272, 88%, 37%) |
| CMYK | cmyk(44%, 94%, 0%, 31%) |
| LAB | lab(29.2 61.9 -66.4) |
| LCH | lch(29.2 90.8 313.0) |
| OKLCH | oklch(0.419 0.218 299.1) |
Copy-ready code
/* CSS */
color: #620baf;
background-color: #620baf;
/* Tailwind (arbitrary) */
class="text-[#620baf] bg-[#620baf]"
/* SCSS */
$brand: #620baf;
/* SwiftUI */
Color(red: 0.384, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#620baf")Accessibility — WCAG contrast
Aa
#620baf on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620baf on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green4.3%
Blue68.6%
CMYK percentages
Cyan44.0%
Magenta93.7%
Yellow0.0%
Key (black)31.4%
Color previews
#620baf text on a black background
contrast 2.19:1
Card sample
#620baf text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620baf;
Background color
Panel with #620baf background
background-color: #620baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620baf; background: linear-gradient(135deg, #620baf, #AF0B8F);