#56cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
86, 207, 172
HSL
163°, 56%, 58%
CMYK
59, 0, 17, 19
Luminance
0.4958
Every format
| HEX | #56cfac |
| RGB | rgb(86, 207, 172) |
| HSL | hsl(163, 56%, 58%) |
| CMYK | cmyk(59%, 0%, 17%, 19%) |
| LAB | lab(75.8 -42.2 7.3) |
| LCH | lch(75.8 42.9 170.1) |
| OKLCH | oklch(0.776 0.120 171.1) |
Copy-ready code
/* CSS */
color: #56cfac;
background-color: #56cfac;
/* Tailwind (arbitrary) */
class="text-[#56cfac] bg-[#56cfac]"
/* SCSS */
$brand: #56cfac;
/* SwiftUI */
Color(red: 0.337, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#56cfac")Accessibility — WCAG contrast
Aa
#56cfac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56cfac on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green81.2%
Blue67.5%
CMYK percentages
Cyan58.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#56cfac text on a black background
contrast 10.92:1
Card sample
#56cfac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56cfac;
Background color
Panel with #56cfac background
background-color: #56cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56cfac; background: linear-gradient(135deg, #56cfac, #56A2CF);