#56beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
86, 190, 238
HSL
199°, 82%, 64%
CMYK
64, 20, 0, 7
Luminance
0.4498
Every format
| HEX | #56beee |
| RGB | rgb(86, 190, 238) |
| HSL | hsl(199, 82%, 64%) |
| CMYK | cmyk(64%, 20%, 0%, 7%) |
| LAB | lab(72.9 -15.8 -32.8) |
| LCH | lch(72.9 36.4 244.3) |
| OKLCH | oklch(0.759 0.118 231.2) |
Copy-ready code
/* CSS */
color: #56beee;
background-color: #56beee;
/* Tailwind (arbitrary) */
class="text-[#56beee] bg-[#56beee]"
/* SCSS */
$brand: #56beee;
/* SwiftUI */
Color(red: 0.337, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#56beee")Accessibility — WCAG contrast
Aa
#56beee on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56beee on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green74.5%
Blue93.3%
CMYK percentages
Cyan63.9%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#56beee text on a black background
contrast 10.00:1
Card sample
#56beee text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56beee;
Background color
Panel with #56beee background
background-color: #56beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56beee; background: linear-gradient(135deg, #56beee, #5659EE);