#381f95
a dark, vivid blue · warm · closest name: indigo
RGB
56, 31, 149
HSL
253°, 66%, 35%
CMYK
62, 79, 0, 42
Luminance
0.0399
Every format
| HEX | #381f95 |
| RGB | rgb(56, 31, 149) |
| HSL | hsl(253, 66%, 35%) |
| CMYK | cmyk(62%, 79%, 0%, 42%) |
| LAB | lab(23.6 44.0 -60.0) |
| LCH | lch(23.6 74.5 306.2) |
| OKLCH | oklch(0.361 0.177 282.7) |
Copy-ready code
/* CSS */
color: #381f95;
background-color: #381f95;
/* Tailwind (arbitrary) */
class="text-[#381f95] bg-[#381f95]"
/* SCSS */
$brand: #381f95;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.584)
/* Android */
Color.parseColor("#381f95")Accessibility — WCAG contrast
Aa
#381f95 on white: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f95 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue58.4%
CMYK percentages
Cyan62.4%
Magenta79.2%
Yellow0.0%
Key (black)41.6%
Color previews
#381f95 text on a black background
contrast 1.80:1
Card sample
#381f95 text on a white background
contrast 11.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f95;
Background color
Panel with #381f95 background
background-color: #381f95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f95; background: linear-gradient(135deg, #381f95, #871F95);