#3e67a4
a dark, vivid blue · cool · closest name: steelblue
RGB
62, 103, 164
HSL
216°, 45%, 44%
CMYK
62, 37, 0, 36
Luminance
0.1340
Every format
| HEX | #3e67a4 |
| RGB | rgb(62, 103, 164) |
| HSL | hsl(216, 45%, 44%) |
| CMYK | cmyk(62%, 37%, 0%, 36%) |
| LAB | lab(43.4 5.2 -37.2) |
| LCH | lch(43.4 37.6 278.0) |
| OKLCH | oklch(0.513 0.108 258.2) |
Copy-ready code
/* CSS */
color: #3e67a4;
background-color: #3e67a4;
/* Tailwind (arbitrary) */
class="text-[#3e67a4] bg-[#3e67a4]"
/* SCSS */
$brand: #3e67a4;
/* SwiftUI */
Color(red: 0.243, green: 0.404, blue: 0.643)
/* Android */
Color.parseColor("#3e67a4")Accessibility — WCAG contrast
Aa
#3e67a4 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e67a4 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green40.4%
Blue64.3%
CMYK percentages
Cyan62.2%
Magenta37.2%
Yellow0.0%
Key (black)35.7%
Color previews
#3e67a4 text on a black background
contrast 3.68:1
Card sample
#3e67a4 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e67a4;
Background color
Panel with #3e67a4 background
background-color: #3e67a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e67a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 103, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 103, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e67a4; background: linear-gradient(135deg, #3e67a4, #593EA4);