#3c3bcf
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 59, 207
HSL
240°, 61%, 52%
CMYK
71, 72, 0, 19
Luminance
0.0859
Every format
| HEX | #3c3bcf |
| RGB | rgb(60, 59, 207) |
| HSL | hsl(240, 61%, 52%) |
| CMYK | cmyk(71%, 72%, 0%, 19%) |
| LAB | lab(35.2 47.7 -75.6) |
| LCH | lch(35.2 89.4 302.2) |
| OKLCH | oklch(0.461 0.219 273.9) |
Copy-ready code
/* CSS */
color: #3c3bcf;
background-color: #3c3bcf;
/* Tailwind (arbitrary) */
class="text-[#3c3bcf] bg-[#3c3bcf]"
/* SCSS */
$brand: #3c3bcf;
/* SwiftUI */
Color(red: 0.235, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#3c3bcf")Accessibility — WCAG contrast
Aa
#3c3bcf on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c3bcf on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green23.1%
Blue81.2%
CMYK percentages
Cyan71.0%
Magenta71.5%
Yellow0.0%
Key (black)18.8%
Color previews
#3c3bcf text on a black background
contrast 2.72:1
Card sample
#3c3bcf text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c3bcf;
Background color
Panel with #3c3bcf background
background-color: #3c3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c3bcf; background: linear-gradient(135deg, #3c3bcf, #9F3BCF);