#007664
a deep, electric cyan · cool · closest name: teal
RGB
0, 118, 100
HSL
171°, 100%, 23%
CMYK
100, 0, 15, 54
Luminance
0.1388
Every format
| HEX | #007664 |
| RGB | rgb(0, 118, 100) |
| HSL | hsl(171, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 15%, 54%) |
| LAB | lab(44.0 -32.9 1.9) |
| LCH | lch(44.0 32.9 176.6) |
| OKLCH | oklch(0.506 0.094 177.1) |
Copy-ready code
/* CSS */
color: #007664;
background-color: #007664;
/* Tailwind (arbitrary) */
class="text-[#007664] bg-[#007664]"
/* SCSS */
$brand: #007664;
/* SwiftUI */
Color(red: 0.000, green: 0.463, blue: 0.392)
/* Android */
Color.parseColor("#007664")Accessibility — WCAG contrast
Aa
#007664 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007664 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.3%
Blue39.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow15.3%
Key (black)53.7%
Color previews
#007664 text on a black background
contrast 3.78:1
Card sample
#007664 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007664;
Background color
Panel with #007664 background
background-color: #007664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 118, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 118, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007664; background: linear-gradient(135deg, #007664, #003976);