#384a94
a dark, vivid blue · warm · closest name: midnightblue
RGB
56, 74, 148
HSL
228°, 45%, 40%
CMYK
62, 50, 0, 42
Luminance
0.0788
Every format
| HEX | #384a94 |
| RGB | rgb(56, 74, 148) |
| HSL | hsl(228, 45%, 40%) |
| CMYK | cmyk(62%, 50%, 0%, 42%) |
| LAB | lab(33.7 17.1 -43.0) |
| LCH | lch(33.7 46.3 291.7) |
| OKLCH | oklch(0.435 0.123 270.3) |
Copy-ready code
/* CSS */
color: #384a94;
background-color: #384a94;
/* Tailwind (arbitrary) */
class="text-[#384a94] bg-[#384a94]"
/* SCSS */
$brand: #384a94;
/* SwiftUI */
Color(red: 0.220, green: 0.290, blue: 0.580)
/* Android */
Color.parseColor("#384a94")Accessibility — WCAG contrast
Aa
#384a94 on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#384a94 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green29.0%
Blue58.0%
CMYK percentages
Cyan62.2%
Magenta50.0%
Yellow0.0%
Key (black)42.0%
Color previews
#384a94 text on a black background
contrast 2.58:1
Card sample
#384a94 text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384a94;
Background color
Panel with #384a94 background
background-color: #384a94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384a94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 74, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 74, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384a94; background: linear-gradient(135deg, #384a94, #633894);