#385afd
a balanced, electric blue · warm · closest name: royalblue
RGB
56, 90, 253
HSL
230°, 98%, 61%
CMYK
78, 64, 0, 1
Luminance
0.1524
Every format
| HEX | #385afd |
| RGB | rgb(56, 90, 253) |
| HSL | hsl(230, 98%, 61%) |
| CMYK | cmyk(78%, 64%, 0%, 1%) |
| LAB | lab(46.0 44.5 -84.0) |
| LCH | lch(46.0 95.1 297.9) |
| OKLCH | oklch(0.552 0.243 267.8) |
Copy-ready code
/* CSS */
color: #385afd;
background-color: #385afd;
/* Tailwind (arbitrary) */
class="text-[#385afd] bg-[#385afd]"
/* SCSS */
$brand: #385afd;
/* SwiftUI */
Color(red: 0.220, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#385afd")Accessibility — WCAG contrast
Aa
#385afd on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#385afd on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green35.3%
Blue99.2%
CMYK percentages
Cyan77.9%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#385afd text on a black background
contrast 4.05:1
Card sample
#385afd text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #385afd;
Background color
Panel with #385afd background
background-color: #385afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #385afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #385afd; background: linear-gradient(135deg, #385afd, #9938FD);