#6abcb2
a balanced, soft cyan · cool · closest name: turquoise
RGB
106, 188, 178
HSL
173°, 38%, 58%
CMYK
44, 0, 5, 26
Luminance
0.4224
Every format
| HEX | #6abcb2 |
| RGB | rgb(106, 188, 178) |
| HSL | hsl(173, 38%, 58%) |
| CMYK | cmyk(44%, 0%, 5%, 26%) |
| LAB | lab(71.0 -27.5 -2.8) |
| LCH | lch(71.0 27.6 185.7) |
| OKLCH | oklch(0.740 0.082 185.5) |
Copy-ready code
/* CSS */
color: #6abcb2;
background-color: #6abcb2;
/* Tailwind (arbitrary) */
class="text-[#6abcb2] bg-[#6abcb2]"
/* SCSS */
$brand: #6abcb2;
/* SwiftUI */
Color(red: 0.416, green: 0.737, blue: 0.698)
/* Android */
Color.parseColor("#6abcb2")Accessibility — WCAG contrast
Aa
#6abcb2 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abcb2 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green73.7%
Blue69.8%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow5.3%
Key (black)26.3%
Color previews
#6abcb2 text on a black background
contrast 9.45:1
Card sample
#6abcb2 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abcb2;
Background color
Panel with #6abcb2 background
background-color: #6abcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 188, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 188, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abcb2; background: linear-gradient(135deg, #6abcb2, #6A8FBC);