#5381f2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
83, 129, 242
HSL
223°, 86%, 64%
CMYK
66, 47, 0, 5
Luminance
0.2395
Every format
| HEX | #5381f2 |
| RGB | rgb(83, 129, 242) |
| HSL | hsl(223, 86%, 64%) |
| CMYK | cmyk(66%, 47%, 0%, 5%) |
| LAB | lab(56.0 20.0 -61.5) |
| LCH | lch(56.0 64.7 288.0) |
| OKLCH | oklch(0.628 0.177 265.1) |
Copy-ready code
/* CSS */
color: #5381f2;
background-color: #5381f2;
/* Tailwind (arbitrary) */
class="text-[#5381f2] bg-[#5381f2]"
/* SCSS */
$brand: #5381f2;
/* SwiftUI */
Color(red: 0.325, green: 0.506, blue: 0.949)
/* Android */
Color.parseColor("#5381f2")Accessibility — WCAG contrast
Aa
#5381f2 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5381f2 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green50.6%
Blue94.9%
CMYK percentages
Cyan65.7%
Magenta46.7%
Yellow0.0%
Key (black)5.1%
Color previews
#5381f2 text on a black background
contrast 5.79:1
Card sample
#5381f2 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5381f2;
Background color
Panel with #5381f2 background
background-color: #5381f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5381f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 129, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 129, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5381f2; background: linear-gradient(135deg, #5381f2, #8F53F2);