#6bc2ab
a balanced, soft cyan · cool · closest name: turquoise
RGB
107, 194, 171
HSL
164°, 42%, 59%
CMYK
45, 0, 12, 24
Luminance
0.4465
Every format
| HEX | #6bc2ab |
| RGB | rgb(107, 194, 171) |
| HSL | hsl(164, 42%, 59%) |
| CMYK | cmyk(45%, 0%, 12%, 24%) |
| LAB | lab(72.7 -31.8 3.4) |
| LCH | lch(72.7 32.0 173.8) |
| OKLCH | oklch(0.753 0.091 174.6) |
Copy-ready code
/* CSS */
color: #6bc2ab;
background-color: #6bc2ab;
/* Tailwind (arbitrary) */
class="text-[#6bc2ab] bg-[#6bc2ab]"
/* SCSS */
$brand: #6bc2ab;
/* SwiftUI */
Color(red: 0.420, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#6bc2ab")Accessibility — WCAG contrast
Aa
#6bc2ab on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bc2ab on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green76.1%
Blue67.1%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#6bc2ab text on a black background
contrast 9.93:1
Card sample
#6bc2ab text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bc2ab;
Background color
Panel with #6bc2ab background
background-color: #6bc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bc2ab; background: linear-gradient(135deg, #6bc2ab, #6B9FC2);