#3c46d4
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 70, 212
HSL
236°, 64%, 53%
CMYK
72, 67, 0, 17
Luminance
0.1009
Every format
| HEX | #3c46d4 |
| RGB | rgb(60, 70, 212) |
| HSL | hsl(236, 64%, 53%) |
| CMYK | cmyk(72%, 67%, 0%, 17%) |
| LAB | lab(38.0 42.9 -73.9) |
| LCH | lch(38.0 85.4 300.1) |
| OKLCH | oklch(0.483 0.214 272.2) |
Copy-ready code
/* CSS */
color: #3c46d4;
background-color: #3c46d4;
/* Tailwind (arbitrary) */
class="text-[#3c46d4] bg-[#3c46d4]"
/* SCSS */
$brand: #3c46d4;
/* SwiftUI */
Color(red: 0.235, green: 0.275, blue: 0.831)
/* Android */
Color.parseColor("#3c46d4")Accessibility — WCAG contrast
Aa
#3c46d4 on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c46d4 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green27.5%
Blue83.1%
CMYK percentages
Cyan71.7%
Magenta67.0%
Yellow0.0%
Key (black)16.9%
Color previews
#3c46d4 text on a black background
contrast 3.02:1
Card sample
#3c46d4 text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c46d4;
Background color
Panel with #3c46d4 background
background-color: #3c46d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c46d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 70, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 70, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c46d4; background: linear-gradient(135deg, #3c46d4, #973CD4);