#5c83df
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
92, 131, 223
HSL
222°, 67%, 62%
CMYK
59, 41, 0, 13
Luminance
0.2384
Every format
| HEX | #5c83df |
| RGB | rgb(92, 131, 223) |
| HSL | hsl(222, 67%, 62%) |
| CMYK | cmyk(59%, 41%, 0%, 13%) |
| LAB | lab(55.9 13.9 -51.1) |
| LCH | lch(55.9 52.9 285.2) |
| OKLCH | oklch(0.625 0.146 265.1) |
Copy-ready code
/* CSS */
color: #5c83df;
background-color: #5c83df;
/* Tailwind (arbitrary) */
class="text-[#5c83df] bg-[#5c83df]"
/* SCSS */
$brand: #5c83df;
/* SwiftUI */
Color(red: 0.361, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#5c83df")Accessibility — WCAG contrast
Aa
#5c83df on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c83df on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green51.4%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#5c83df text on a black background
contrast 5.77:1
Card sample
#5c83df text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c83df;
Background color
Panel with #5c83df background
background-color: #5c83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c83df; background: linear-gradient(135deg, #5c83df, #8C5CDF);