#3e2baf
a dark, vivid blue · warm · closest name: navy
RGB
62, 43, 175
HSL
249°, 61%, 43%
CMYK
65, 75, 0, 31
Luminance
0.0585
Every format
| HEX | #3e2baf |
| RGB | rgb(62, 43, 175) |
| HSL | hsl(249, 61%, 43%) |
| CMYK | cmyk(65%, 75%, 0%, 31%) |
| LAB | lab(29.0 46.5 -66.9) |
| LCH | lch(29.0 81.5 304.8) |
| OKLCH | oklch(0.408 0.196 279.8) |
Copy-ready code
/* CSS */
color: #3e2baf;
background-color: #3e2baf;
/* Tailwind (arbitrary) */
class="text-[#3e2baf] bg-[#3e2baf]"
/* SCSS */
$brand: #3e2baf;
/* SwiftUI */
Color(red: 0.243, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#3e2baf")Accessibility — WCAG contrast
Aa
#3e2baf on white: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e2baf on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green16.9%
Blue68.6%
CMYK percentages
Cyan64.6%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#3e2baf text on a black background
contrast 2.17:1
Card sample
#3e2baf text on a white background
contrast 9.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e2baf;
Background color
Panel with #3e2baf background
background-color: #3e2baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e2baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e2baf; background: linear-gradient(135deg, #3e2baf, #962BAF);