#3d4eb4
a balanced, vivid blue · warm · closest name: slateblue
RGB
61, 78, 180
HSL
231°, 49%, 47%
CMYK
66, 57, 0, 29
Luminance
0.0974
Every format
| HEX | #3d4eb4 |
| RGB | rgb(61, 78, 180) |
| HSL | hsl(231, 49%, 47%) |
| CMYK | cmyk(66%, 57%, 0%, 29%) |
| LAB | lab(37.4 26.8 -56.3) |
| LCH | lch(37.4 62.3 295.5) |
| OKLCH | oklch(0.470 0.162 271.6) |
Copy-ready code
/* CSS */
color: #3d4eb4;
background-color: #3d4eb4;
/* Tailwind (arbitrary) */
class="text-[#3d4eb4] bg-[#3d4eb4]"
/* SCSS */
$brand: #3d4eb4;
/* SwiftUI */
Color(red: 0.239, green: 0.306, blue: 0.706)
/* Android */
Color.parseColor("#3d4eb4")Accessibility — WCAG contrast
Aa
#3d4eb4 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d4eb4 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green30.6%
Blue70.6%
CMYK percentages
Cyan66.1%
Magenta56.7%
Yellow0.0%
Key (black)29.4%
Color previews
#3d4eb4 text on a black background
contrast 2.95:1
Card sample
#3d4eb4 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d4eb4;
Background color
Panel with #3d4eb4 background
background-color: #3d4eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d4eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 78, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 78, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d4eb4; background: linear-gradient(135deg, #3d4eb4, #7B3DB4);