#3e1fba
a dark, vivid blue · warm · closest name: navy
RGB
62, 31, 186
HSL
252°, 71%, 43%
CMYK
67, 83, 0, 27
Luminance
0.0555
Every format
| HEX | #3e1fba |
| RGB | rgb(62, 31, 186) |
| HSL | hsl(252, 71%, 43%) |
| CMYK | cmyk(67%, 83%, 0%, 27%) |
| LAB | lab(28.2 55.4 -74.8) |
| LCH | lch(28.2 93.1 306.5) |
| OKLCH | oklch(0.407 0.219 279.5) |
Copy-ready code
/* CSS */
color: #3e1fba;
background-color: #3e1fba;
/* Tailwind (arbitrary) */
class="text-[#3e1fba] bg-[#3e1fba]"
/* SCSS */
$brand: #3e1fba;
/* SwiftUI */
Color(red: 0.243, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#3e1fba")Accessibility — WCAG contrast
Aa
#3e1fba on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e1fba on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green12.2%
Blue72.9%
CMYK percentages
Cyan66.7%
Magenta83.3%
Yellow0.0%
Key (black)27.1%
Color previews
#3e1fba text on a black background
contrast 2.11:1
Card sample
#3e1fba text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e1fba;
Background color
Panel with #3e1fba background
background-color: #3e1fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e1fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e1fba; background: linear-gradient(135deg, #3e1fba, #A51FBA);