#385abc
a balanced, vivid blue · cool · closest name: royalblue
RGB
56, 90, 188
HSL
225°, 54%, 48%
CMYK
70, 52, 0, 26
Luminance
0.1178
Every format
| HEX | #385abc |
| RGB | rgb(56, 90, 188) |
| HSL | hsl(225, 54%, 48%) |
| CMYK | cmyk(70%, 52%, 0%, 26%) |
| LAB | lab(40.9 21.2 -55.3) |
| LCH | lch(40.9 59.2 291.0) |
| OKLCH | oklch(0.498 0.159 266.3) |
Copy-ready code
/* CSS */
color: #385abc;
background-color: #385abc;
/* Tailwind (arbitrary) */
class="text-[#385abc] bg-[#385abc]"
/* SCSS */
$brand: #385abc;
/* SwiftUI */
Color(red: 0.220, green: 0.353, blue: 0.737)
/* Android */
Color.parseColor("#385abc")Accessibility — WCAG contrast
Aa
#385abc on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#385abc on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green35.3%
Blue73.7%
CMYK percentages
Cyan70.2%
Magenta52.1%
Yellow0.0%
Key (black)26.3%
Color previews
#385abc text on a black background
contrast 3.36:1
Card sample
#385abc text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #385abc;
Background color
Panel with #385abc background
background-color: #385abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #385abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 90, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 90, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #385abc; background: linear-gradient(135deg, #385abc, #6E38BC);