#385ce9
a balanced, electric blue · warm · closest name: royalblue
RGB
56, 92, 233
HSL
228°, 80%, 57%
CMYK
76, 61, 0, 9
Luminance
0.1438
Every format
| HEX | #385ce9 |
| RGB | rgb(56, 92, 233) |
| HSL | hsl(228, 80%, 57%) |
| CMYK | cmyk(76%, 61%, 0%, 9%) |
| LAB | lab(44.8 36.3 -74.8) |
| LCH | lch(44.8 83.1 295.9) |
| OKLCH | oklch(0.538 0.216 267.4) |
Copy-ready code
/* CSS */
color: #385ce9;
background-color: #385ce9;
/* Tailwind (arbitrary) */
class="text-[#385ce9] bg-[#385ce9]"
/* SCSS */
$brand: #385ce9;
/* SwiftUI */
Color(red: 0.220, green: 0.361, blue: 0.914)
/* Android */
Color.parseColor("#385ce9")Accessibility — WCAG contrast
Aa
#385ce9 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#385ce9 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green36.1%
Blue91.4%
CMYK percentages
Cyan76.0%
Magenta60.5%
Yellow0.0%
Key (black)8.6%
Color previews
#385ce9 text on a black background
contrast 3.88:1
Card sample
#385ce9 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #385ce9;
Background color
Panel with #385ce9 background
background-color: #385ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #385ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 92, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 92, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #385ce9; background: linear-gradient(135deg, #385ce9, #8A38E9);