#3c3fd4
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 63, 212
HSL
239°, 64%, 53%
CMYK
72, 70, 0, 17
Luminance
0.0927
Every format
| HEX | #3c3fd4 |
| RGB | rgb(60, 63, 212) |
| HSL | hsl(239, 64%, 53%) |
| CMYK | cmyk(72%, 70%, 0%, 17%) |
| LAB | lab(36.5 47.0 -76.4) |
| LCH | lch(36.5 89.7 301.6) |
| OKLCH | oklch(0.472 0.221 273.1) |
Copy-ready code
/* CSS */
color: #3c3fd4;
background-color: #3c3fd4;
/* Tailwind (arbitrary) */
class="text-[#3c3fd4] bg-[#3c3fd4]"
/* SCSS */
$brand: #3c3fd4;
/* SwiftUI */
Color(red: 0.235, green: 0.247, blue: 0.831)
/* Android */
Color.parseColor("#3c3fd4")Accessibility — WCAG contrast
Aa
#3c3fd4 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c3fd4 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green24.7%
Blue83.1%
CMYK percentages
Cyan71.7%
Magenta70.3%
Yellow0.0%
Key (black)16.9%
Color previews
#3c3fd4 text on a black background
contrast 2.85:1
Card sample
#3c3fd4 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c3fd4;
Background color
Panel with #3c3fd4 background
background-color: #3c3fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c3fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 63, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 63, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c3fd4; background: linear-gradient(135deg, #3c3fd4, #9E3CD4);