#006b73
a deep, electric cyan · cool · closest name: teal
RGB
0, 107, 115
HSL
184°, 100%, 23%
CMYK
100, 7, 0, 55
Luminance
0.1175
Every format
| HEX | #006b73 |
| RGB | rgb(0, 107, 115) |
| HSL | hsl(184, 100%, 23%) |
| CMYK | cmyk(100%, 7%, 0%, 55%) |
| LAB | lab(40.8 -22.6 -11.9) |
| LCH | lch(40.8 25.6 207.7) |
| OKLCH | oklch(0.481 0.082 203.8) |
Copy-ready code
/* CSS */
color: #006b73;
background-color: #006b73;
/* Tailwind (arbitrary) */
class="text-[#006b73] bg-[#006b73]"
/* SCSS */
$brand: #006b73;
/* SwiftUI */
Color(red: 0.000, green: 0.420, blue: 0.451)
/* Android */
Color.parseColor("#006b73")Accessibility — WCAG contrast
Aa
#006b73 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006b73 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.0%
Blue45.1%
CMYK percentages
Cyan100.0%
Magenta7.0%
Yellow0.0%
Key (black)54.9%
Color previews
#006b73 text on a black background
contrast 3.35:1
Card sample
#006b73 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006b73;
Background color
Panel with #006b73 background
background-color: #006b73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006b73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 107, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 107, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006b73; background: linear-gradient(135deg, #006b73, #001E73);