#56adef
a balanced, electric blue · cool · closest name: steelblue
RGB
86, 173, 239
HSL
206°, 83%, 64%
CMYK
64, 28, 0, 6
Luminance
0.3810
Every format
| HEX | #56adef |
| RGB | rgb(86, 173, 239) |
| HSL | hsl(206, 83%, 64%) |
| CMYK | cmyk(64%, 28%, 0%, 6%) |
| LAB | lab(68.1 -6.3 -40.7) |
| LCH | lch(68.1 41.2 261.2) |
| OKLCH | oklch(0.722 0.128 243.9) |
Copy-ready code
/* CSS */
color: #56adef;
background-color: #56adef;
/* Tailwind (arbitrary) */
class="text-[#56adef] bg-[#56adef]"
/* SCSS */
$brand: #56adef;
/* SwiftUI */
Color(red: 0.337, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#56adef")Accessibility — WCAG contrast
Aa
#56adef on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56adef on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan64.0%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#56adef text on a black background
contrast 8.62:1
Card sample
#56adef text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56adef;
Background color
Panel with #56adef background
background-color: #56adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56adef; background: linear-gradient(135deg, #56adef, #6556EF);