#3c4eb7
a balanced, vivid blue · warm · closest name: slateblue
RGB
60, 78, 183
HSL
231°, 51%, 48%
CMYK
67, 57, 0, 28
Luminance
0.0983
Every format
| HEX | #3c4eb7 |
| RGB | rgb(60, 78, 183) |
| HSL | hsl(231, 51%, 48%) |
| CMYK | cmyk(67%, 57%, 0%, 28%) |
| LAB | lab(37.5 27.8 -57.8) |
| LCH | lch(37.5 64.1 295.7) |
| OKLCH | oklch(0.472 0.166 271.2) |
Copy-ready code
/* CSS */
color: #3c4eb7;
background-color: #3c4eb7;
/* Tailwind (arbitrary) */
class="text-[#3c4eb7] bg-[#3c4eb7]"
/* SCSS */
$brand: #3c4eb7;
/* SwiftUI */
Color(red: 0.235, green: 0.306, blue: 0.718)
/* Android */
Color.parseColor("#3c4eb7")Accessibility — WCAG contrast
Aa
#3c4eb7 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c4eb7 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green30.6%
Blue71.8%
CMYK percentages
Cyan67.2%
Magenta57.4%
Yellow0.0%
Key (black)28.2%
Color previews
#3c4eb7 text on a black background
contrast 2.97:1
Card sample
#3c4eb7 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c4eb7;
Background color
Panel with #3c4eb7 background
background-color: #3c4eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c4eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 78, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 78, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c4eb7; background: linear-gradient(135deg, #3c4eb7, #7C3CB7);