#56c2b3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
86, 194, 179
HSL
172°, 47%, 55%
CMYK
56, 0, 8, 24
Luminance
0.4382
Every format
| HEX | #56c2b3 |
| RGB | rgb(86, 194, 179) |
| HSL | hsl(172, 47%, 55%) |
| CMYK | cmyk(56%, 0%, 8%, 24%) |
| LAB | lab(72.1 -34.6 -1.8) |
| LCH | lch(72.1 34.7 183.0) |
| OKLCH | oklch(0.747 0.102 183.1) |
Copy-ready code
/* CSS */
color: #56c2b3;
background-color: #56c2b3;
/* Tailwind (arbitrary) */
class="text-[#56c2b3] bg-[#56c2b3]"
/* SCSS */
$brand: #56c2b3;
/* SwiftUI */
Color(red: 0.337, green: 0.761, blue: 0.702)
/* Android */
Color.parseColor("#56c2b3")Accessibility — WCAG contrast
Aa
#56c2b3 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56c2b3 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green76.1%
Blue70.2%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow7.7%
Key (black)23.9%
Color previews
#56c2b3 text on a black background
contrast 9.76:1
Card sample
#56c2b3 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56c2b3;
Background color
Panel with #56c2b3 background
background-color: #56c2b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56c2b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 194, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 194, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56c2b3; background: linear-gradient(135deg, #56c2b3, #5689C2);