#006666
a deep, electric cyan · cool · closest name: teal
RGB
0, 102, 102
HSL
180°, 100%, 20%
CMYK
100, 0, 0, 60
Luminance
0.1046
Every format
| HEX | #006666 |
| RGB | rgb(0, 102, 102) |
| HSL | hsl(180, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 0%, 60%) |
| LAB | lab(38.7 -24.5 -7.2) |
| LCH | lch(38.7 25.6 196.4) |
| OKLCH | oklch(0.462 0.079 194.8) |
Copy-ready code
/* CSS */
color: #006666;
background-color: #006666;
/* Tailwind (arbitrary) */
class="text-[#006666] bg-[#006666]"
/* SCSS */
$brand: #006666;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.400)
/* Android */
Color.parseColor("#006666")Accessibility — WCAG contrast
Aa
#006666 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006666 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue40.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow0.0%
Key (black)60.0%
Color previews
#006666 text on a black background
contrast 3.09:1
Card sample
#006666 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006666;
Background color
Panel with #006666 background
background-color: #006666;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006666;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006666; background: linear-gradient(135deg, #006666, #002266);