#3b0eb0
a dark, electric violet · warm · closest name: navy
RGB
59, 14, 176
HSL
257°, 85%, 37%
CMYK
67, 92, 0, 31
Luminance
0.0438
Every format
| HEX | #3b0eb0 |
| RGB | rgb(59, 14, 176) |
| HSL | hsl(257, 85%, 37%) |
| CMYK | cmyk(67%, 92%, 0%, 31%) |
| LAB | lab(24.9 58.2 -74.4) |
| LCH | lch(24.9 94.5 308.0) |
| OKLCH | oklch(0.380 0.218 280.8) |
Copy-ready code
/* CSS */
color: #3b0eb0;
background-color: #3b0eb0;
/* Tailwind (arbitrary) */
class="text-[#3b0eb0] bg-[#3b0eb0]"
/* SCSS */
$brand: #3b0eb0;
/* SwiftUI */
Color(red: 0.231, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#3b0eb0")Accessibility — WCAG contrast
Aa
#3b0eb0 on white: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b0eb0 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green5.5%
Blue69.0%
CMYK percentages
Cyan66.5%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#3b0eb0 text on a black background
contrast 1.88:1
Card sample
#3b0eb0 text on a white background
contrast 11.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b0eb0;
Background color
Panel with #3b0eb0 background
background-color: #3b0eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b0eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b0eb0; background: linear-gradient(135deg, #3b0eb0, #A70EB0);