#00664f
a deep, electric cyan · cool · closest name: teal
RGB
0, 102, 79
HSL
167°, 100%, 20%
CMYK
100, 0, 23, 60
Luminance
0.1007
Every format
| HEX | #00664f |
| RGB | rgb(0, 102, 79) |
| HSL | hsl(167, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 23%, 60%) |
| LAB | lab(38.0 -31.7 5.9) |
| LCH | lch(38.0 32.3 169.5) |
| OKLCH | oklch(0.454 0.089 170.4) |
Copy-ready code
/* CSS */
color: #00664f;
background-color: #00664f;
/* Tailwind (arbitrary) */
class="text-[#00664f] bg-[#00664f]"
/* SCSS */
$brand: #00664f;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.310)
/* Android */
Color.parseColor("#00664f")Accessibility — WCAG contrast
Aa
#00664f on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00664f on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue31.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow22.5%
Key (black)60.0%
Color previews
#00664f text on a black background
contrast 3.01:1
Card sample
#00664f text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00664f;
Background color
Panel with #00664f background
background-color: #00664f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00664f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00664f; background: linear-gradient(135deg, #00664f, #003966);