#381eb2
a dark, vivid blue · warm · closest name: navy
RGB
56, 30, 178
HSL
251°, 71%, 41%
CMYK
69, 83, 0, 30
Luminance
0.0498
Every format
| HEX | #381eb2 |
| RGB | rgb(56, 30, 178) |
| HSL | hsl(251, 71%, 41%) |
| CMYK | cmyk(69%, 83%, 0%, 30%) |
| LAB | lab(26.7 53.1 -72.6) |
| LCH | lch(26.7 89.9 306.2) |
| OKLCH | oklch(0.392 0.212 278.2) |
Copy-ready code
/* CSS */
color: #381eb2;
background-color: #381eb2;
/* Tailwind (arbitrary) */
class="text-[#381eb2] bg-[#381eb2]"
/* SCSS */
$brand: #381eb2;
/* SwiftUI */
Color(red: 0.220, green: 0.118, blue: 0.698)
/* Android */
Color.parseColor("#381eb2")Accessibility — WCAG contrast
Aa
#381eb2 on white: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381eb2 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green11.8%
Blue69.8%
CMYK percentages
Cyan68.5%
Magenta83.1%
Yellow0.0%
Key (black)30.2%
Color previews
#381eb2 text on a black background
contrast 2.00:1
Card sample
#381eb2 text on a white background
contrast 10.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381eb2;
Background color
Panel with #381eb2 background
background-color: #381eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 30, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 30, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381eb2; background: linear-gradient(135deg, #381eb2, #9B1EB2);