#56cdcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
86, 205, 207
HSL
181°, 56%, 58%
CMYK
59, 1, 0, 19
Luminance
0.5015
Every format
| HEX | #56cdcf |
| RGB | rgb(86, 205, 207) |
| HSL | hsl(181, 56%, 58%) |
| CMYK | cmyk(59%, 1%, 0%, 19%) |
| LAB | lab(76.2 -32.4 -11.0) |
| LCH | lch(76.2 34.2 198.8) |
| OKLCH | oklch(0.782 0.106 196.7) |
Copy-ready code
/* CSS */
color: #56cdcf;
background-color: #56cdcf;
/* Tailwind (arbitrary) */
class="text-[#56cdcf] bg-[#56cdcf]"
/* SCSS */
$brand: #56cdcf;
/* SwiftUI */
Color(red: 0.337, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#56cdcf")Accessibility — WCAG contrast
Aa
#56cdcf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56cdcf on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green80.4%
Blue81.2%
CMYK percentages
Cyan58.5%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#56cdcf text on a black background
contrast 11.03:1
Card sample
#56cdcf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56cdcf;
Background color
Panel with #56cdcf background
background-color: #56cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56cdcf; background: linear-gradient(135deg, #56cdcf, #567CCF);