#384afd
a balanced, electric blue · warm · closest name: blue
RGB
56, 74, 253
HSL
235°, 98%, 61%
CMYK
78, 71, 0, 1
Luminance
0.1283
Every format
| HEX | #384afd |
| RGB | rgb(56, 74, 253) |
| HSL | hsl(235, 98%, 61%) |
| CMYK | cmyk(78%, 71%, 0%, 1%) |
| LAB | lab(42.5 53.9 -89.7) |
| LCH | lch(42.5 104.7 301.0) |
| OKLCH | oklch(0.527 0.260 269.5) |
Copy-ready code
/* CSS */
color: #384afd;
background-color: #384afd;
/* Tailwind (arbitrary) */
class="text-[#384afd] bg-[#384afd]"
/* SCSS */
$brand: #384afd;
/* SwiftUI */
Color(red: 0.220, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#384afd")Accessibility — WCAG contrast
Aa
#384afd on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#384afd on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green29.0%
Blue99.2%
CMYK percentages
Cyan77.9%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#384afd text on a black background
contrast 3.57:1
Card sample
#384afd text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #384afd;
Background color
Panel with #384afd background
background-color: #384afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #384afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #384afd; background: linear-gradient(135deg, #384afd, #A938FD);