#6ccbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 203, 175
HSL
162°, 48%, 61%
CMYK
47, 0, 14, 20
Luminance
0.4900
Every format
| HEX | #6ccbaf |
| RGB | rgb(108, 203, 175) |
| HSL | hsl(162, 48%, 61%) |
| CMYK | cmyk(47%, 0%, 14%, 20%) |
| LAB | lab(75.5 -34.9 5.3) |
| LCH | lch(75.5 35.3 171.4) |
| OKLCH | oklch(0.776 0.100 172.3) |
Copy-ready code
/* CSS */
color: #6ccbaf;
background-color: #6ccbaf;
/* Tailwind (arbitrary) */
class="text-[#6ccbaf] bg-[#6ccbaf]"
/* SCSS */
$brand: #6ccbaf;
/* SwiftUI */
Color(red: 0.424, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#6ccbaf")Accessibility — WCAG contrast
Aa
#6ccbaf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ccbaf on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green79.6%
Blue68.6%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#6ccbaf text on a black background
contrast 10.80:1
Card sample
#6ccbaf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ccbaf;
Background color
Panel with #6ccbaf background
background-color: #6ccbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ccbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ccbaf; background: linear-gradient(135deg, #6ccbaf, #6CA8CB);