#3b32ba
a balanced, vivid blue · warm · closest name: navy
RGB
59, 50, 186
HSL
244°, 58%, 46%
CMYK
68, 73, 0, 27
Luminance
0.0676
Every format
| HEX | #3b32ba |
| RGB | rgb(59, 50, 186) |
| HSL | hsl(244, 58%, 46%) |
| CMYK | cmyk(68%, 73%, 0%, 27%) |
| LAB | lab(31.2 45.8 -69.8) |
| LCH | lch(31.2 83.5 303.3) |
| OKLCH | oklch(0.427 0.203 276.4) |
Copy-ready code
/* CSS */
color: #3b32ba;
background-color: #3b32ba;
/* Tailwind (arbitrary) */
class="text-[#3b32ba] bg-[#3b32ba]"
/* SCSS */
$brand: #3b32ba;
/* SwiftUI */
Color(red: 0.231, green: 0.196, blue: 0.729)
/* Android */
Color.parseColor("#3b32ba")Accessibility — WCAG contrast
Aa
#3b32ba on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b32ba on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green19.6%
Blue72.9%
CMYK percentages
Cyan68.3%
Magenta73.1%
Yellow0.0%
Key (black)27.1%
Color previews
#3b32ba text on a black background
contrast 2.35:1
Card sample
#3b32ba text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b32ba;
Background color
Panel with #3b32ba background
background-color: #3b32ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b32ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 50, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 50, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b32ba; background: linear-gradient(135deg, #3b32ba, #9632BA);