#006f77
a deep, electric cyan · cool · closest name: teal
RGB
0, 111, 119
HSL
184°, 100%, 23%
CMYK
100, 7, 0, 53
Luminance
0.1270
Every format
| HEX | #006f77 |
| RGB | rgb(0, 111, 119) |
| HSL | hsl(184, 100%, 23%) |
| CMYK | cmyk(100%, 7%, 0%, 53%) |
| LAB | lab(42.3 -23.3 -12.1) |
| LCH | lch(42.3 26.3 207.3) |
| OKLCH | oklch(0.494 0.084 203.5) |
Copy-ready code
/* CSS */
color: #006f77;
background-color: #006f77;
/* Tailwind (arbitrary) */
class="text-[#006f77] bg-[#006f77]"
/* SCSS */
$brand: #006f77;
/* SwiftUI */
Color(red: 0.000, green: 0.435, blue: 0.467)
/* Android */
Color.parseColor("#006f77")Accessibility — WCAG contrast
Aa
#006f77 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006f77 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.5%
Blue46.7%
CMYK percentages
Cyan100.0%
Magenta6.7%
Yellow0.0%
Key (black)53.3%
Color previews
#006f77 text on a black background
contrast 3.54:1
Card sample
#006f77 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006f77;
Background color
Panel with #006f77 background
background-color: #006f77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006f77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 111, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 111, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006f77; background: linear-gradient(135deg, #006f77, #002077);