#6cc0af
a balanced, soft cyan · cool · closest name: turquoise
RGB
108, 192, 175
HSL
168°, 40%, 59%
CMYK
44, 0, 9, 25
Luminance
0.4398
Every format
| HEX | #6cc0af |
| RGB | rgb(108, 192, 175) |
| HSL | hsl(168, 40%, 59%) |
| CMYK | cmyk(44%, 0%, 9%, 25%) |
| LAB | lab(72.2 -29.6 0.6) |
| LCH | lch(72.2 29.6 178.8) |
| OKLCH | oklch(0.750 0.086 179.2) |
Copy-ready code
/* CSS */
color: #6cc0af;
background-color: #6cc0af;
/* Tailwind (arbitrary) */
class="text-[#6cc0af] bg-[#6cc0af]"
/* SCSS */
$brand: #6cc0af;
/* SwiftUI */
Color(red: 0.424, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#6cc0af")Accessibility — WCAG contrast
Aa
#6cc0af on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cc0af on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green75.3%
Blue68.6%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#6cc0af text on a black background
contrast 9.80:1
Card sample
#6cc0af text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cc0af;
Background color
Panel with #6cc0af background
background-color: #6cc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cc0af; background: linear-gradient(135deg, #6cc0af, #6C99C0);