#3802ab
a dark, electric violet · warm · closest name: navy
RGB
56, 2, 171
HSL
259°, 98%, 34%
CMYK
67, 99, 0, 33
Luminance
0.0382
Every format
| HEX | #3802ab |
| RGB | rgb(56, 2, 171) |
| HSL | hsl(259, 98%, 34%) |
| CMYK | cmyk(67%, 99%, 0%, 33%) |
| LAB | lab(23.1 59.5 -74.4) |
| LCH | lch(23.1 95.2 308.6) |
| OKLCH | oklch(0.365 0.218 280.7) |
Copy-ready code
/* CSS */
color: #3802ab;
background-color: #3802ab;
/* Tailwind (arbitrary) */
class="text-[#3802ab] bg-[#3802ab]"
/* SCSS */
$brand: #3802ab;
/* SwiftUI */
Color(red: 0.220, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#3802ab")Accessibility — WCAG contrast
Aa
#3802ab on white: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3802ab on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green0.8%
Blue67.1%
CMYK percentages
Cyan67.3%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#3802ab text on a black background
contrast 1.76:1
Card sample
#3802ab text on a white background
contrast 11.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3802ab;
Background color
Panel with #3802ab background
background-color: #3802ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3802ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3802ab; background: linear-gradient(135deg, #3802ab, #A902AB);