#385eee
a balanced, electric blue · warm · closest name: royalblue
RGB
56, 94, 238
HSL
228°, 84%, 58%
CMYK
77, 61, 0, 7
Luminance
0.1502
Every format
| HEX | #385eee |
| RGB | rgb(56, 94, 238) |
| HSL | hsl(228, 84%, 58%) |
| CMYK | cmyk(77%, 61%, 0%, 7%) |
| LAB | lab(45.7 36.8 -76.1) |
| LCH | lch(45.7 84.6 295.8) |
| OKLCH | oklch(0.546 0.220 267.1) |
Copy-ready code
/* CSS */
color: #385eee;
background-color: #385eee;
/* Tailwind (arbitrary) */
class="text-[#385eee] bg-[#385eee]"
/* SCSS */
$brand: #385eee;
/* SwiftUI */
Color(red: 0.220, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#385eee")Accessibility — WCAG contrast
Aa
#385eee on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#385eee on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green36.9%
Blue93.3%
CMYK percentages
Cyan76.5%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#385eee text on a black background
contrast 4.00:1
Card sample
#385eee text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #385eee;
Background color
Panel with #385eee background
background-color: #385eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #385eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #385eee; background: linear-gradient(135deg, #385eee, #8B38EE);