#6625a7
a dark, vivid violet · warm · closest name: indigo
RGB
102, 37, 167
HSL
270°, 64%, 40%
CMYK
39, 78, 0, 35
Luminance
0.0694
Every format
| HEX | #6625a7 |
| RGB | rgb(102, 37, 167) |
| HSL | hsl(270, 64%, 40%) |
| CMYK | cmyk(39%, 78%, 0%, 35%) |
| LAB | lab(31.7 52.9 -57.6) |
| LCH | lch(31.7 78.3 312.6) |
| OKLCH | oklch(0.435 0.193 301.2) |
Copy-ready code
/* CSS */
color: #6625a7;
background-color: #6625a7;
/* Tailwind (arbitrary) */
class="text-[#6625a7] bg-[#6625a7]"
/* SCSS */
$brand: #6625a7;
/* SwiftUI */
Color(red: 0.400, green: 0.145, blue: 0.655)
/* Android */
Color.parseColor("#6625a7")Accessibility — WCAG contrast
Aa
#6625a7 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6625a7 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green14.5%
Blue65.5%
CMYK percentages
Cyan38.9%
Magenta77.8%
Yellow0.0%
Key (black)34.5%
Color previews
#6625a7 text on a black background
contrast 2.39:1
Card sample
#6625a7 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6625a7;
Background color
Panel with #6625a7 background
background-color: #6625a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6625a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 37, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 37, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6625a7; background: linear-gradient(135deg, #6625a7, #A72591);