#381f85
a dark, vivid blue · warm · closest name: midnightblue
RGB
56, 31, 133
HSL
255°, 62%, 32%
CMYK
58, 77, 0, 48
Luminance
0.0351
Every format
| HEX | #381f85 |
| RGB | rgb(56, 31, 133) |
| HSL | hsl(255, 62%, 32%) |
| CMYK | cmyk(58%, 77%, 0%, 48%) |
| LAB | lab(22.0 39.1 -52.8) |
| LCH | lch(22.0 65.7 306.6) |
| OKLCH | oklch(0.345 0.158 285.9) |
Copy-ready code
/* CSS */
color: #381f85;
background-color: #381f85;
/* Tailwind (arbitrary) */
class="text-[#381f85] bg-[#381f85]"
/* SCSS */
$brand: #381f85;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.522)
/* Android */
Color.parseColor("#381f85")Accessibility — WCAG contrast
Aa
#381f85 on white: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f85 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue52.2%
CMYK percentages
Cyan57.9%
Magenta76.7%
Yellow0.0%
Key (black)47.8%
Color previews
#381f85 text on a black background
contrast 1.70:1
Card sample
#381f85 text on a white background
contrast 12.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f85;
Background color
Panel with #381f85 background
background-color: #381f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f85; background: linear-gradient(135deg, #381f85, #7C1F85);