#3b3ccc
a balanced, vivid blue · warm · closest name: slateblue
RGB
59, 60, 204
HSL
240°, 59%, 52%
CMYK
71, 71, 0, 20
Luminance
0.0852
Every format
| HEX | #3b3ccc |
| RGB | rgb(59, 60, 204) |
| HSL | hsl(240, 59%, 52%) |
| CMYK | cmyk(71%, 71%, 0%, 20%) |
| LAB | lab(35.0 46.0 -74.1) |
| LCH | lch(35.0 87.3 301.8) |
| OKLCH | oklch(0.459 0.215 273.7) |
Copy-ready code
/* CSS */
color: #3b3ccc;
background-color: #3b3ccc;
/* Tailwind (arbitrary) */
class="text-[#3b3ccc] bg-[#3b3ccc]"
/* SCSS */
$brand: #3b3ccc;
/* SwiftUI */
Color(red: 0.231, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#3b3ccc")Accessibility — WCAG contrast
Aa
#3b3ccc on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b3ccc on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green23.5%
Blue80.0%
CMYK percentages
Cyan71.1%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#3b3ccc text on a black background
contrast 2.70:1
Card sample
#3b3ccc text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b3ccc;
Background color
Panel with #3b3ccc background
background-color: #3b3ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b3ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b3ccc; background: linear-gradient(135deg, #3b3ccc, #9B3BCC);