#3c50c4
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 80, 196
HSL
231°, 54%, 50%
CMYK
69, 59, 0, 23
Luminance
0.1068
Every format
| HEX | #3c50c4 |
| RGB | rgb(60, 80, 196) |
| HSL | hsl(231, 54%, 50%) |
| CMYK | cmyk(69%, 59%, 0%, 23%) |
| LAB | lab(39.0 31.1 -62.9) |
| LCH | lch(39.0 70.2 296.3) |
| OKLCH | oklch(0.487 0.181 270.6) |
Copy-ready code
/* CSS */
color: #3c50c4;
background-color: #3c50c4;
/* Tailwind (arbitrary) */
class="text-[#3c50c4] bg-[#3c50c4]"
/* SCSS */
$brand: #3c50c4;
/* SwiftUI */
Color(red: 0.235, green: 0.314, blue: 0.769)
/* Android */
Color.parseColor("#3c50c4")Accessibility — WCAG contrast
Aa
#3c50c4 on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c50c4 on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green31.4%
Blue76.9%
CMYK percentages
Cyan69.4%
Magenta59.2%
Yellow0.0%
Key (black)23.1%
Color previews
#3c50c4 text on a black background
contrast 3.14:1
Card sample
#3c50c4 text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c50c4;
Background color
Panel with #3c50c4 background
background-color: #3c50c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c50c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 80, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 80, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c50c4; background: linear-gradient(135deg, #3c50c4, #833CC4);