#006a4e
a deep, electric cyan · cool · closest name: seagreen
RGB
0, 106, 78
HSL
164°, 100%, 21%
CMYK
100, 0, 26, 58
Luminance
0.1086
Every format
| HEX | #006a4e |
| RGB | rgb(0, 106, 78) |
| HSL | hsl(164, 100%, 21%) |
| CMYK | cmyk(100%, 0%, 26%, 58%) |
| LAB | lab(39.3 -33.8 8.4) |
| LCH | lch(39.3 34.8 166.0) |
| OKLCH | oklch(0.465 0.095 167.0) |
Copy-ready code
/* CSS */
color: #006a4e;
background-color: #006a4e;
/* Tailwind (arbitrary) */
class="text-[#006a4e] bg-[#006a4e]"
/* SCSS */
$brand: #006a4e;
/* SwiftUI */
Color(red: 0.000, green: 0.416, blue: 0.306)
/* Android */
Color.parseColor("#006a4e")Accessibility — WCAG contrast
Aa
#006a4e on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006a4e on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green41.6%
Blue30.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow26.4%
Key (black)58.4%
Color previews
#006a4e text on a black background
contrast 3.17:1
Card sample
#006a4e text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006a4e;
Background color
Panel with #006a4e background
background-color: #006a4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006a4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 106, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 106, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006a4e; background: linear-gradient(135deg, #006a4e, #003F6A);