#3b2fac
a dark, vivid blue · warm · closest name: indigo
RGB
59, 47, 172
HSL
246°, 57%, 43%
CMYK
66, 73, 0, 33
Luminance
0.0594
Every format
| HEX | #3b2fac |
| RGB | rgb(59, 47, 172) |
| HSL | hsl(246, 57%, 43%) |
| CMYK | cmyk(66%, 73%, 0%, 33%) |
| LAB | lab(29.3 43.0 -64.8) |
| LCH | lch(29.3 77.7 303.6) |
| OKLCH | oklch(0.409 0.189 278.3) |
Copy-ready code
/* CSS */
color: #3b2fac;
background-color: #3b2fac;
/* Tailwind (arbitrary) */
class="text-[#3b2fac] bg-[#3b2fac]"
/* SCSS */
$brand: #3b2fac;
/* SwiftUI */
Color(red: 0.231, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#3b2fac")Accessibility — WCAG contrast
Aa
#3b2fac on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2fac on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green18.4%
Blue67.5%
CMYK percentages
Cyan65.7%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#3b2fac text on a black background
contrast 2.19:1
Card sample
#3b2fac text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2fac;
Background color
Panel with #3b2fac background
background-color: #3b2fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2fac; background: linear-gradient(135deg, #3b2fac, #8E2FAC);