#06ccba
a dark, electric cyan · cool · closest name: turquoise
RGB
6, 204, 186
HSL
175°, 94%, 41%
CMYK
97, 0, 9, 20
Luminance
0.4677
Every format
| HEX | #06ccba |
| RGB | rgb(6, 204, 186) |
| HSL | hsl(175, 94%, 41%) |
| CMYK | cmyk(97%, 0%, 9%, 20%) |
| LAB | lab(74.0 -45.7 -2.9) |
| LCH | lch(74.0 45.8 183.7) |
| OKLCH | oklch(0.760 0.134 183.7) |
Copy-ready code
/* CSS */
color: #06ccba;
background-color: #06ccba;
/* Tailwind (arbitrary) */
class="text-[#06ccba] bg-[#06ccba]"
/* SCSS */
$brand: #06ccba;
/* SwiftUI */
Color(red: 0.024, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#06ccba")Accessibility — WCAG contrast
Aa
#06ccba on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ccba on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green80.0%
Blue72.9%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#06ccba text on a black background
contrast 10.35:1
Card sample
#06ccba text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ccba;
Background color
Panel with #06ccba background
background-color: #06ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ccba; background: linear-gradient(135deg, #06ccba, #065ACC);