#176021
a deep, vivid green · cool · closest name: seagreen
RGB
23, 96, 33
HSL
128°, 61%, 23%
CMYK
76, 0, 66, 62
Luminance
0.0866
Every format
| HEX | #176021 |
| RGB | rgb(23, 96, 33) |
| HSL | hsl(128, 61%, 23%) |
| CMYK | cmyk(76%, 0%, 66%, 62%) |
| LAB | lab(35.3 -36.2 29.1) |
| LCH | lch(35.3 46.5 141.3) |
| OKLCH | oklch(0.430 0.119 145.2) |
Copy-ready code
/* CSS */
color: #176021;
background-color: #176021;
/* Tailwind (arbitrary) */
class="text-[#176021] bg-[#176021]"
/* SCSS */
$brand: #176021;
/* SwiftUI */
Color(red: 0.090, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#176021")Accessibility — WCAG contrast
Aa
#176021 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#176021 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.6%
Blue12.9%
CMYK percentages
Cyan76.0%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#176021 text on a black background
contrast 2.73:1
Card sample
#176021 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #176021;
Background color
Panel with #176021 background
background-color: #176021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #176021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #176021; background: linear-gradient(135deg, #176021, #176052);