#56adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
86, 173, 235
HSL
205°, 79%, 63%
CMYK
63, 26, 0, 8
Luminance
0.3786
Every format
| HEX | #56adeb |
| RGB | rgb(86, 173, 235) |
| HSL | hsl(205, 79%, 63%) |
| CMYK | cmyk(63%, 26%, 0%, 8%) |
| LAB | lab(67.9 -7.6 -38.8) |
| LCH | lch(67.9 39.5 259.0) |
| OKLCH | oklch(0.720 0.123 242.2) |
Copy-ready code
/* CSS */
color: #56adeb;
background-color: #56adeb;
/* Tailwind (arbitrary) */
class="text-[#56adeb] bg-[#56adeb]"
/* SCSS */
$brand: #56adeb;
/* SwiftUI */
Color(red: 0.337, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#56adeb")Accessibility — WCAG contrast
Aa
#56adeb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56adeb on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green67.8%
Blue92.2%
CMYK percentages
Cyan63.4%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#56adeb text on a black background
contrast 8.57:1
Card sample
#56adeb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56adeb;
Background color
Panel with #56adeb background
background-color: #56adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56adeb; background: linear-gradient(135deg, #56adeb, #6256EB);