#382c64
a dark, soft blue · warm · closest name: midnightblue
RGB
56, 44, 100
HSL
253°, 39%, 28%
CMYK
44, 56, 0, 61
Luminance
0.0356
Every format
| HEX | #382c64 |
| RGB | rgb(56, 44, 100) |
| HSL | hsl(253, 39%, 28%) |
| CMYK | cmyk(44%, 56%, 0%, 61%) |
| LAB | lab(22.2 20.7 -31.4) |
| LCH | lch(22.2 37.6 303.4) |
| OKLCH | oklch(0.338 0.095 290.2) |
Copy-ready code
/* CSS */
color: #382c64;
background-color: #382c64;
/* Tailwind (arbitrary) */
class="text-[#382c64] bg-[#382c64]"
/* SCSS */
$brand: #382c64;
/* SwiftUI */
Color(red: 0.220, green: 0.173, blue: 0.392)
/* Android */
Color.parseColor("#382c64")Accessibility — WCAG contrast
Aa
#382c64 on white: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382c64 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green17.3%
Blue39.2%
CMYK percentages
Cyan44.0%
Magenta56.0%
Yellow0.0%
Key (black)60.8%
Color previews
#382c64 text on a black background
contrast 1.71:1
Card sample
#382c64 text on a white background
contrast 12.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382c64;
Background color
Panel with #382c64 background
background-color: #382c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 44, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 44, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382c64; background: linear-gradient(135deg, #382c64, #5D2C64);