#3e2abb
a dark, vivid blue · warm · closest name: navy
RGB
62, 42, 187
HSL
248°, 63%, 45%
CMYK
67, 78, 0, 27
Luminance
0.0627
Every format
| HEX | #3e2abb |
| RGB | rgb(62, 42, 187) |
| HSL | hsl(248, 63%, 45%) |
| CMYK | cmyk(67%, 78%, 0%, 27%) |
| LAB | lab(30.1 50.7 -72.3) |
| LCH | lch(30.1 88.3 305.0) |
| OKLCH | oklch(0.420 0.211 278.4) |
Copy-ready code
/* CSS */
color: #3e2abb;
background-color: #3e2abb;
/* Tailwind (arbitrary) */
class="text-[#3e2abb] bg-[#3e2abb]"
/* SCSS */
$brand: #3e2abb;
/* SwiftUI */
Color(red: 0.243, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#3e2abb")Accessibility — WCAG contrast
Aa
#3e2abb on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e2abb on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green16.5%
Blue73.3%
CMYK percentages
Cyan66.8%
Magenta77.5%
Yellow0.0%
Key (black)26.7%
Color previews
#3e2abb text on a black background
contrast 2.25:1
Card sample
#3e2abb text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e2abb;
Background color
Panel with #3e2abb background
background-color: #3e2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e2abb; background: linear-gradient(135deg, #3e2abb, #9F2ABB);