#385d94
a dark, vivid blue · cool · closest name: steelblue
RGB
56, 93, 148
HSL
216°, 45%, 40%
CMYK
62, 37, 0, 42
Luminance
0.1081
Every format
| HEX | #385d94 |
| RGB | rgb(56, 93, 148) |
| HSL | hsl(216, 45%, 40%) |
| CMYK | cmyk(62%, 37%, 0%, 42%) |
| LAB | lab(39.3 4.7 -34.2) |
| LCH | lch(39.3 34.5 277.8) |
| OKLCH | oklch(0.477 0.099 258.1) |
Copy-ready code
/* CSS */
color: #385d94;
background-color: #385d94;
/* Tailwind (arbitrary) */
class="text-[#385d94] bg-[#385d94]"
/* SCSS */
$brand: #385d94;
/* SwiftUI */
Color(red: 0.220, green: 0.365, blue: 0.580)
/* Android */
Color.parseColor("#385d94")Accessibility — WCAG contrast
Aa
#385d94 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#385d94 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green36.5%
Blue58.0%
CMYK percentages
Cyan62.2%
Magenta37.2%
Yellow0.0%
Key (black)42.0%
Color previews
#385d94 text on a black background
contrast 3.16:1
Card sample
#385d94 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #385d94;
Background color
Panel with #385d94 background
background-color: #385d94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #385d94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 93, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 93, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #385d94; background: linear-gradient(135deg, #385d94, #503894);