#39097c
a dark, electric violet · warm · closest name: indigo
RGB
57, 9, 124
HSL
265°, 87%, 26%
CMYK
54, 93, 0, 51
Luminance
0.0252
Every format
| HEX | #39097c |
| RGB | rgb(57, 9, 124) |
| HSL | hsl(265, 87%, 26%) |
| CMYK | cmyk(54%, 93%, 0%, 51%) |
| LAB | lab(18.0 45.9 -53.6) |
| LCH | lch(18.0 70.6 310.5) |
| OKLCH | oklch(0.315 0.166 292.0) |
Copy-ready code
/* CSS */
color: #39097c;
background-color: #39097c;
/* Tailwind (arbitrary) */
class="text-[#39097c] bg-[#39097c]"
/* SCSS */
$brand: #39097c;
/* SwiftUI */
Color(red: 0.224, green: 0.035, blue: 0.486)
/* Android */
Color.parseColor("#39097c")Accessibility — WCAG contrast
Aa
#39097c on white: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39097c on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green3.5%
Blue48.6%
CMYK percentages
Cyan54.0%
Magenta92.7%
Yellow0.0%
Key (black)51.4%
Color previews
#39097c text on a black background
contrast 1.50:1
Card sample
#39097c text on a white background
contrast 13.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39097c;
Background color
Panel with #39097c background
background-color: #39097c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39097c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 9, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 9, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39097c; background: linear-gradient(135deg, #39097c, #7C0973);