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