#3e3cdf
a balanced, vivid blue · warm · closest name: navy
RGB
62, 60, 223
HSL
241°, 72%, 56%
CMYK
72, 73, 0, 13
Luminance
0.0958
Every format
| HEX | #3e3cdf |
| RGB | rgb(62, 60, 223) |
| HSL | hsl(241, 72%, 56%) |
| CMYK | cmyk(72%, 73%, 0%, 13%) |
| LAB | lab(37.1 52.5 -81.7) |
| LCH | lch(37.1 97.1 302.7) |
| OKLCH | oklch(0.480 0.237 273.4) |
Copy-ready code
/* CSS */
color: #3e3cdf;
background-color: #3e3cdf;
/* Tailwind (arbitrary) */
class="text-[#3e3cdf] bg-[#3e3cdf]"
/* SCSS */
$brand: #3e3cdf;
/* SwiftUI */
Color(red: 0.243, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#3e3cdf")Accessibility — WCAG contrast
Aa
#3e3cdf on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e3cdf on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green23.5%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3e3cdf text on a black background
contrast 2.92:1
Card sample
#3e3cdf text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e3cdf;
Background color
Panel with #3e3cdf background
background-color: #3e3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e3cdf; background: linear-gradient(135deg, #3e3cdf, #AB3CDF);