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