#06ccc2
a dark, electric cyan · cool · closest name: turquoise
RGB
6, 204, 194
HSL
177°, 94%, 41%
CMYK
97, 0, 5, 20
Luminance
0.4712
Every format
| HEX | #06ccc2 |
| RGB | rgb(6, 204, 194) |
| HSL | hsl(177, 94%, 41%) |
| CMYK | cmyk(97%, 0%, 5%, 20%) |
| LAB | lab(74.3 -43.4 -6.9) |
| LCH | lch(74.3 44.0 189.1) |
| OKLCH | oklch(0.762 0.132 188.5) |
Copy-ready code
/* CSS */
color: #06ccc2;
background-color: #06ccc2;
/* Tailwind (arbitrary) */
class="text-[#06ccc2] bg-[#06ccc2]"
/* SCSS */
$brand: #06ccc2;
/* SwiftUI */
Color(red: 0.024, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#06ccc2")Accessibility — WCAG contrast
Aa
#06ccc2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ccc2 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green80.0%
Blue76.1%
CMYK percentages
Cyan97.1%
Magenta0.0%
Yellow4.9%
Key (black)20.0%
Color previews
#06ccc2 text on a black background
contrast 10.42:1
Card sample
#06ccc2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ccc2;
Background color
Panel with #06ccc2 background
background-color: #06ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ccc2; background: linear-gradient(135deg, #06ccc2, #0652CC);