#5c8fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
92, 143, 223
HSL
217°, 67%, 62%
CMYK
59, 36, 0, 13
Luminance
0.2725
Every format
| HEX | #5c8fdf |
| RGB | rgb(92, 143, 223) |
| HSL | hsl(217, 67%, 62%) |
| CMYK | cmyk(59%, 36%, 0%, 13%) |
| LAB | lab(59.2 6.8 -45.9) |
| LCH | lch(59.2 46.4 278.4) |
| OKLCH | oklch(0.650 0.132 259.1) |
Copy-ready code
/* CSS */
color: #5c8fdf;
background-color: #5c8fdf;
/* Tailwind (arbitrary) */
class="text-[#5c8fdf] bg-[#5c8fdf]"
/* SCSS */
$brand: #5c8fdf;
/* SwiftUI */
Color(red: 0.361, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#5c8fdf")Accessibility — WCAG contrast
Aa
#5c8fdf on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c8fdf on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green56.1%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#5c8fdf text on a black background
contrast 6.45:1
Card sample
#5c8fdf text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c8fdf;
Background color
Panel with #5c8fdf background
background-color: #5c8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c8fdf; background: linear-gradient(135deg, #5c8fdf, #805CDF);