#006643
a deep, electric green · cool · closest name: seagreen
RGB
0, 102, 67
HSL
159°, 100%, 20%
CMYK
100, 0, 34, 60
Luminance
0.0991
Every format
| HEX | #006643 |
| RGB | rgb(0, 102, 67) |
| HSL | hsl(159, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 34%, 60%) |
| LAB | lab(37.7 -34.9 12.7) |
| LCH | lch(37.7 37.2 160.0) |
| OKLCH | oklch(0.451 0.100 161.2) |
Copy-ready code
/* CSS */
color: #006643;
background-color: #006643;
/* Tailwind (arbitrary) */
class="text-[#006643] bg-[#006643]"
/* SCSS */
$brand: #006643;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.263)
/* Android */
Color.parseColor("#006643")Accessibility — WCAG contrast
Aa
#006643 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006643 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue26.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow34.3%
Key (black)60.0%
Color previews
#006643 text on a black background
contrast 2.98:1
Card sample
#006643 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006643;
Background color
Panel with #006643 background
background-color: #006643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006643; background: linear-gradient(135deg, #006643, #004566);