#3b3baf
a balanced, vivid blue · warm · closest name: slateblue
RGB
59, 59, 175
HSL
240°, 50%, 46%
CMYK
66, 66, 0, 31
Luminance
0.0715
Every format
| HEX | #3b3baf |
| RGB | rgb(59, 59, 175) |
| HSL | hsl(240, 50%, 46%) |
| CMYK | cmyk(66%, 66%, 0%, 31%) |
| LAB | lab(32.1 36.9 -61.8) |
| LCH | lch(32.1 72.0 300.8) |
| OKLCH | oklch(0.430 0.179 275.8) |
Copy-ready code
/* CSS */
color: #3b3baf;
background-color: #3b3baf;
/* Tailwind (arbitrary) */
class="text-[#3b3baf] bg-[#3b3baf]"
/* SCSS */
$brand: #3b3baf;
/* SwiftUI */
Color(red: 0.231, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#3b3baf")Accessibility — WCAG contrast
Aa
#3b3baf on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b3baf on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green23.1%
Blue68.6%
CMYK percentages
Cyan66.3%
Magenta66.3%
Yellow0.0%
Key (black)31.4%
Color previews
#3b3baf text on a black background
contrast 2.43:1
Card sample
#3b3baf text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b3baf;
Background color
Panel with #3b3baf background
background-color: #3b3baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b3baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b3baf; background: linear-gradient(135deg, #3b3baf, #883BAF);