#3b2bab
a dark, vivid blue · warm · closest name: navy
RGB
59, 43, 171
HSL
248°, 60%, 42%
CMYK
66, 75, 0, 33
Luminance
0.0560
Every format
| HEX | #3b2bab |
| RGB | rgb(59, 43, 171) |
| HSL | hsl(248, 60%, 42%) |
| CMYK | cmyk(66%, 75%, 0%, 33%) |
| LAB | lab(28.4 44.9 -65.6) |
| LCH | lch(28.4 79.5 304.4) |
| OKLCH | oklch(0.402 0.192 279.0) |
Copy-ready code
/* CSS */
color: #3b2bab;
background-color: #3b2bab;
/* Tailwind (arbitrary) */
class="text-[#3b2bab] bg-[#3b2bab]"
/* SCSS */
$brand: #3b2bab;
/* SwiftUI */
Color(red: 0.231, green: 0.169, blue: 0.671)
/* Android */
Color.parseColor("#3b2bab")Accessibility — WCAG contrast
Aa
#3b2bab on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2bab on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green16.9%
Blue67.1%
CMYK percentages
Cyan65.5%
Magenta74.9%
Yellow0.0%
Key (black)32.9%
Color previews
#3b2bab text on a black background
contrast 2.12:1
Card sample
#3b2bab text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2bab;
Background color
Panel with #3b2bab background
background-color: #3b2bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 43, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 43, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2bab; background: linear-gradient(135deg, #3b2bab, #902BAB);