#5cb0df
a balanced, vivid blue · cool · closest name: skyblue
RGB
92, 176, 223
HSL
202°, 67%, 62%
CMYK
59, 21, 0, 13
Luminance
0.3865
Every format
| HEX | #5cb0df |
| RGB | rgb(92, 176, 223) |
| HSL | hsl(202, 67%, 62%) |
| CMYK | cmyk(59%, 21%, 0%, 13%) |
| LAB | lab(68.5 -11.9 -31.3) |
| LCH | lch(68.5 33.5 249.2) |
| OKLCH | oklch(0.723 0.106 235.4) |
Copy-ready code
/* CSS */
color: #5cb0df;
background-color: #5cb0df;
/* Tailwind (arbitrary) */
class="text-[#5cb0df] bg-[#5cb0df]"
/* SCSS */
$brand: #5cb0df;
/* SwiftUI */
Color(red: 0.361, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#5cb0df")Accessibility — WCAG contrast
Aa
#5cb0df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb0df on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green69.0%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta21.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5cb0df text on a black background
contrast 8.73:1
Card sample
#5cb0df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb0df;
Background color
Panel with #5cb0df background
background-color: #5cb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb0df; background: linear-gradient(135deg, #5cb0df, #5F5CDF);