#3b2dbb
a balanced, vivid blue · warm · closest name: navy
RGB
59, 45, 187
HSL
246°, 61%, 46%
CMYK
68, 76, 0, 27
Luminance
0.0639
Every format
| HEX | #3b2dbb |
| RGB | rgb(59, 45, 187) |
| HSL | hsl(246, 61%, 46%) |
| CMYK | cmyk(68%, 76%, 0%, 27%) |
| LAB | lab(30.4 48.9 -71.8) |
| LCH | lch(30.4 86.9 304.2) |
| OKLCH | oklch(0.421 0.209 276.9) |
Copy-ready code
/* CSS */
color: #3b2dbb;
background-color: #3b2dbb;
/* Tailwind (arbitrary) */
class="text-[#3b2dbb] bg-[#3b2dbb]"
/* SCSS */
$brand: #3b2dbb;
/* SwiftUI */
Color(red: 0.231, green: 0.176, blue: 0.733)
/* Android */
Color.parseColor("#3b2dbb")Accessibility — WCAG contrast
Aa
#3b2dbb on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b2dbb on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green17.6%
Blue73.3%
CMYK percentages
Cyan68.4%
Magenta75.9%
Yellow0.0%
Key (black)26.7%
Color previews
#3b2dbb text on a black background
contrast 2.28:1
Card sample
#3b2dbb text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b2dbb;
Background color
Panel with #3b2dbb background
background-color: #3b2dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b2dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 45, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 45, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b2dbb; background: linear-gradient(135deg, #3b2dbb, #9A2DBB);