#390092
a dark, electric violet · warm · closest name: navy
RGB
57, 0, 146
HSL
263°, 100%, 29%
CMYK
61, 100, 0, 43
Luminance
0.0295
Every format
| HEX | #390092 |
| RGB | rgb(57, 0, 146) |
| HSL | hsl(263, 100%, 29%) |
| CMYK | cmyk(61%, 100%, 0%, 43%) |
| LAB | lab(19.8 53.9 -64.5) |
| LCH | lch(19.8 84.1 309.9) |
| OKLCH | oklch(0.335 0.194 286.5) |
Copy-ready code
/* CSS */
color: #390092;
background-color: #390092;
/* Tailwind (arbitrary) */
class="text-[#390092] bg-[#390092]"
/* SCSS */
$brand: #390092;
/* SwiftUI */
Color(red: 0.224, green: 0.000, blue: 0.573)
/* Android */
Color.parseColor("#390092")Accessibility — WCAG contrast
Aa
#390092 on white: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#390092 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green0.0%
Blue57.3%
CMYK percentages
Cyan61.0%
Magenta100.0%
Yellow0.0%
Key (black)42.7%
Color previews
#390092 text on a black background
contrast 1.59:1
Card sample
#390092 text on a white background
contrast 13.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #390092;
Background color
Panel with #390092 background
background-color: #390092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #390092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 0, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 0, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #390092; background: linear-gradient(135deg, #390092, #92008A);