#3702ac
a dark, electric violet · warm · closest name: navy
RGB
55, 2, 172
HSL
259°, 98%, 34%
CMYK
68, 99, 0, 33
Luminance
0.0383
Every format
| HEX | #3702ac |
| RGB | rgb(55, 2, 172) |
| HSL | hsl(259, 98%, 34%) |
| CMYK | cmyk(68%, 99%, 0%, 33%) |
| LAB | lab(23.1 59.6 -75.0) |
| LCH | lch(23.1 95.8 308.5) |
| OKLCH | oklch(0.365 0.220 280.1) |
Copy-ready code
/* CSS */
color: #3702ac;
background-color: #3702ac;
/* Tailwind (arbitrary) */
class="text-[#3702ac] bg-[#3702ac]"
/* SCSS */
$brand: #3702ac;
/* SwiftUI */
Color(red: 0.216, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#3702ac")Accessibility — WCAG contrast
Aa
#3702ac on white: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3702ac on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green0.8%
Blue67.5%
CMYK percentages
Cyan68.0%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#3702ac text on a black background
contrast 1.77:1
Card sample
#3702ac text on a white background
contrast 11.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3702ac;
Background color
Panel with #3702ac background
background-color: #3702ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3702ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3702ac; background: linear-gradient(135deg, #3702ac, #A802AC);