#176321
a deep, vivid green · cool · closest name: seagreen
RGB
23, 99, 33
HSL
128°, 62%, 24%
CMYK
77, 0, 67, 61
Luminance
0.0922
Every format
| HEX | #176321 |
| RGB | rgb(23, 99, 33) |
| HSL | hsl(128, 62%, 24%) |
| CMYK | cmyk(77%, 0%, 67%, 61%) |
| LAB | lab(36.4 -37.4 30.3) |
| LCH | lch(36.4 48.1 141.0) |
| OKLCH | oklch(0.439 0.123 145.0) |
Copy-ready code
/* CSS */
color: #176321;
background-color: #176321;
/* Tailwind (arbitrary) */
class="text-[#176321] bg-[#176321]"
/* SCSS */
$brand: #176321;
/* SwiftUI */
Color(red: 0.090, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#176321")Accessibility — WCAG contrast
Aa
#176321 on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#176321 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green38.8%
Blue12.9%
CMYK percentages
Cyan76.8%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#176321 text on a black background
contrast 2.84:1
Card sample
#176321 text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #176321;
Background color
Panel with #176321 background
background-color: #176321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #176321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #176321; background: linear-gradient(135deg, #176321, #176354);