#384eee
a balanced, electric blue · warm · closest name: slateblue
RGB
56, 78, 238
HSL
233°, 84%, 58%
CMYK
77, 67, 0, 7
Luminance
0.1246
Every format
| HEX | #384eee |
| RGB | rgb(56, 78, 238) |
| HSL | hsl(233, 84%, 58%) |
| CMYK | cmyk(77%, 67%, 0%, 7%) |
| LAB | lab(41.9 46.6 -82.2) |
| LCH | lch(41.9 94.5 299.5) |
| OKLCH | oklch(0.518 0.238 269.4) |
Copy-ready code
/* CSS */
color: #384eee;
background-color: #384eee;
/* Tailwind (arbitrary) */
class="text-[#384eee] bg-[#384eee]"
/* SCSS */
$brand: #384eee;
/* SwiftUI */
Color(red: 0.220, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#384eee")Accessibility — WCAG contrast
Aa
#384eee on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#384eee on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green30.6%
Blue93.3%
CMYK percentages
Cyan76.5%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#384eee text on a black background
contrast 3.49:1
Card sample
#384eee text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384eee;
Background color
Panel with #384eee background
background-color: #384eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384eee; background: linear-gradient(135deg, #384eee, #9B38EE);