#3e4fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
62, 79, 223
HSL
234°, 72%, 56%
CMYK
72, 65, 0, 13
Luminance
0.1194
Every format
| HEX | #3e4fdf |
| RGB | rgb(62, 79, 223) |
| HSL | hsl(234, 72%, 56%) |
| CMYK | cmyk(72%, 65%, 0%, 13%) |
| LAB | lab(41.1 41.4 -75.1) |
| LCH | lch(41.1 85.7 298.9) |
| OKLCH | oklch(0.509 0.217 271.0) |
Copy-ready code
/* CSS */
color: #3e4fdf;
background-color: #3e4fdf;
/* Tailwind (arbitrary) */
class="text-[#3e4fdf] bg-[#3e4fdf]"
/* SCSS */
$brand: #3e4fdf;
/* SwiftUI */
Color(red: 0.243, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#3e4fdf")Accessibility — WCAG contrast
Aa
#3e4fdf on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e4fdf on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green31.0%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#3e4fdf text on a black background
contrast 3.39:1
Card sample
#3e4fdf text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e4fdf;
Background color
Panel with #3e4fdf background
background-color: #3e4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e4fdf; background: linear-gradient(135deg, #3e4fdf, #983EDF);