#3e53af
a balanced, vivid blue · warm · closest name: slateblue
RGB
62, 83, 175
HSL
229°, 48%, 47%
CMYK
65, 53, 0, 31
Luminance
0.1031
Every format
| HEX | #3e53af |
| RGB | rgb(62, 83, 175) |
| HSL | hsl(229, 48%, 47%) |
| CMYK | cmyk(65%, 53%, 0%, 31%) |
| LAB | lab(38.4 22.0 -51.7) |
| LCH | lch(38.4 56.1 293.0) |
| OKLCH | oklch(0.477 0.148 270.2) |
Copy-ready code
/* CSS */
color: #3e53af;
background-color: #3e53af;
/* Tailwind (arbitrary) */
class="text-[#3e53af] bg-[#3e53af]"
/* SCSS */
$brand: #3e53af;
/* SwiftUI */
Color(red: 0.243, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#3e53af")Accessibility — WCAG contrast
Aa
#3e53af on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3e53af on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green32.5%
Blue68.6%
CMYK percentages
Cyan64.6%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3e53af text on a black background
contrast 3.06:1
Card sample
#3e53af text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e53af;
Background color
Panel with #3e53af background
background-color: #3e53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e53af; background: linear-gradient(135deg, #3e53af, #743EAF);