#3e3fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
62, 63, 223
HSL
240°, 72%, 56%
CMYK
72, 72, 0, 13
Luminance
0.0991
Every format
| HEX | #3e3fdf |
| RGB | rgb(62, 63, 223) |
| HSL | hsl(240, 72%, 56%) |
| CMYK | cmyk(72%, 72%, 0%, 13%) |
| LAB | lab(37.7 50.8 -80.7) |
| LCH | lch(37.7 95.4 302.2) |
| OKLCH | oklch(0.484 0.234 273.1) |
Copy-ready code
/* CSS */
color: #3e3fdf;
background-color: #3e3fdf;
/* Tailwind (arbitrary) */
class="text-[#3e3fdf] bg-[#3e3fdf]"
/* SCSS */
$brand: #3e3fdf;
/* SwiftUI */
Color(red: 0.243, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#3e3fdf")Accessibility — WCAG contrast
Aa
#3e3fdf on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e3fdf on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green24.7%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#3e3fdf text on a black background
contrast 2.98:1
Card sample
#3e3fdf text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e3fdf;
Background color
Panel with #3e3fdf background
background-color: #3e3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e3fdf; background: linear-gradient(135deg, #3e3fdf, #A83EDF);