#385feb
a balanced, electric blue · warm · closest name: royalblue
RGB
56, 95, 235
HSL
227°, 82%, 57%
CMYK
76, 60, 0, 8
Luminance
0.1502
Every format
| HEX | #385feb |
| RGB | rgb(56, 95, 235) |
| HSL | hsl(227, 82%, 57%) |
| CMYK | cmyk(76%, 60%, 0%, 8%) |
| LAB | lab(45.7 35.1 -74.5) |
| LCH | lch(45.7 82.3 295.2) |
| OKLCH | oklch(0.545 0.215 266.9) |
Copy-ready code
/* CSS */
color: #385feb;
background-color: #385feb;
/* Tailwind (arbitrary) */
class="text-[#385feb] bg-[#385feb]"
/* SCSS */
$brand: #385feb;
/* SwiftUI */
Color(red: 0.220, green: 0.373, blue: 0.922)
/* Android */
Color.parseColor("#385feb")Accessibility — WCAG contrast
Aa
#385feb on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#385feb on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green37.3%
Blue92.2%
CMYK percentages
Cyan76.2%
Magenta59.6%
Yellow0.0%
Key (black)7.8%
Color previews
#385feb text on a black background
contrast 4.00:1
Card sample
#385feb text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #385feb;
Background color
Panel with #385feb background
background-color: #385feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #385feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 95, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 95, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #385feb; background: linear-gradient(135deg, #385feb, #8838EB);