#56bda4
a balanced, soft cyan · cool · closest name: turquoise
RGB
86, 189, 164
HSL
165°, 44%, 54%
CMYK
55, 0, 13, 26
Luminance
0.4105
Every format
| HEX | #56bda4 |
| RGB | rgb(86, 189, 164) |
| HSL | hsl(165, 44%, 54%) |
| CMYK | cmyk(55%, 0%, 13%, 26%) |
| LAB | lab(70.2 -36.0 3.6) |
| LCH | lch(70.2 36.2 174.3) |
| OKLCH | oklch(0.730 0.103 175.0) |
Copy-ready code
/* CSS */
color: #56bda4;
background-color: #56bda4;
/* Tailwind (arbitrary) */
class="text-[#56bda4] bg-[#56bda4]"
/* SCSS */
$brand: #56bda4;
/* SwiftUI */
Color(red: 0.337, green: 0.741, blue: 0.643)
/* Android */
Color.parseColor("#56bda4")Accessibility — WCAG contrast
Aa
#56bda4 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56bda4 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green74.1%
Blue64.3%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow13.2%
Key (black)25.9%
Color previews
#56bda4 text on a black background
contrast 9.21:1
Card sample
#56bda4 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56bda4;
Background color
Panel with #56bda4 background
background-color: #56bda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56bda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 189, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 189, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56bda4; background: linear-gradient(135deg, #56bda4, #5691BD);