#6cd0af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 208, 175
HSL
160°, 52%, 62%
CMYK
48, 0, 16, 18
Luminance
0.5140
Every format
| HEX | #6cd0af |
| RGB | rgb(108, 208, 175) |
| HSL | hsl(160, 52%, 62%) |
| CMYK | cmyk(48%, 0%, 16%, 18%) |
| LAB | lab(76.9 -37.1 7.4) |
| LCH | lch(76.9 37.9 168.7) |
| OKLCH | oklch(0.788 0.106 169.7) |
Copy-ready code
/* CSS */
color: #6cd0af;
background-color: #6cd0af;
/* Tailwind (arbitrary) */
class="text-[#6cd0af] bg-[#6cd0af]"
/* SCSS */
$brand: #6cd0af;
/* SwiftUI */
Color(red: 0.424, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#6cd0af")Accessibility — WCAG contrast
Aa
#6cd0af on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd0af on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green81.6%
Blue68.6%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow15.9%
Key (black)18.4%
Color previews
#6cd0af text on a black background
contrast 11.28:1
Card sample
#6cd0af text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd0af;
Background color
Panel with #6cd0af background
background-color: #6cd0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd0af; background: linear-gradient(135deg, #6cd0af, #6CAED0);