#3e4bdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
62, 75, 223
HSL
235°, 72%, 56%
CMYK
72, 66, 0, 13
Luminance
0.1138
Every format
| HEX | #3e4bdf |
| RGB | rgb(62, 75, 223) |
| HSL | hsl(235, 72%, 56%) |
| CMYK | cmyk(72%, 66%, 0%, 13%) |
| LAB | lab(40.2 43.8 -76.5) |
| LCH | lch(40.2 88.2 299.8) |
| OKLCH | oklch(0.502 0.222 271.6) |
Copy-ready code
/* CSS */
color: #3e4bdf;
background-color: #3e4bdf;
/* Tailwind (arbitrary) */
class="text-[#3e4bdf] bg-[#3e4bdf]"
/* SCSS */
$brand: #3e4bdf;
/* SwiftUI */
Color(red: 0.243, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#3e4bdf")Accessibility — WCAG contrast
Aa
#3e4bdf on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e4bdf on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green29.4%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#3e4bdf text on a black background
contrast 3.28:1
Card sample
#3e4bdf text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e4bdf;
Background color
Panel with #3e4bdf background
background-color: #3e4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e4bdf; background: linear-gradient(135deg, #3e4bdf, #9D3EDF);