#56abcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
86, 171, 207
HSL
198°, 56%, 58%
CMYK
59, 17, 0, 19
Luminance
0.3561
Every format
| HEX | #56abcf |
| RGB | rgb(86, 171, 207) |
| HSL | hsl(198, 56%, 58%) |
| CMYK | cmyk(59%, 17%, 0%, 19%) |
| LAB | lab(66.2 -15.3 -26.1) |
| LCH | lch(66.2 30.2 239.7) |
| OKLCH | oklch(0.703 0.097 228.2) |
Copy-ready code
/* CSS */
color: #56abcf;
background-color: #56abcf;
/* Tailwind (arbitrary) */
class="text-[#56abcf] bg-[#56abcf]"
/* SCSS */
$brand: #56abcf;
/* SwiftUI */
Color(red: 0.337, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#56abcf")Accessibility — WCAG contrast
Aa
#56abcf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56abcf on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green67.1%
Blue81.2%
CMYK percentages
Cyan58.5%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#56abcf text on a black background
contrast 8.12:1
Card sample
#56abcf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56abcf;
Background color
Panel with #56abcf background
background-color: #56abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56abcf; background: linear-gradient(135deg, #56abcf, #565ACF);