#56afac
a balanced, soft cyan · cool · closest name: teal
RGB
86, 175, 172
HSL
178°, 36%, 51%
CMYK
51, 0, 2, 31
Luminance
0.3562
Every format
| HEX | #56afac |
| RGB | rgb(86, 175, 172) |
| HSL | hsl(178, 36%, 51%) |
| CMYK | cmyk(51%, 0%, 2%, 31%) |
| LAB | lab(66.2 -27.3 -6.7) |
| LCH | lch(66.2 28.1 193.7) |
| OKLCH | oklch(0.699 0.086 192.4) |
Copy-ready code
/* CSS */
color: #56afac;
background-color: #56afac;
/* Tailwind (arbitrary) */
class="text-[#56afac] bg-[#56afac]"
/* SCSS */
$brand: #56afac;
/* SwiftUI */
Color(red: 0.337, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#56afac")Accessibility — WCAG contrast
Aa
#56afac on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56afac on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green68.6%
Blue67.5%
CMYK percentages
Cyan50.9%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#56afac text on a black background
contrast 8.12:1
Card sample
#56afac text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56afac;
Background color
Panel with #56afac background
background-color: #56afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56afac; background: linear-gradient(135deg, #56afac, #5677AF);