#165421
a deep, vivid green · cool · closest name: seagreen
RGB
22, 84, 33
HSL
131°, 59%, 21%
CMYK
74, 0, 61, 67
Luminance
0.0662
Every format
| HEX | #165421 |
| RGB | rgb(22, 84, 33) |
| HSL | hsl(131, 59%, 21%) |
| CMYK | cmyk(74%, 0%, 61%, 67%) |
| LAB | lab(30.9 -31.7 23.9) |
| LCH | lch(30.9 39.7 142.9) |
| OKLCH | oklch(0.394 0.103 146.3) |
Copy-ready code
/* CSS */
color: #165421;
background-color: #165421;
/* Tailwind (arbitrary) */
class="text-[#165421] bg-[#165421]"
/* SCSS */
$brand: #165421;
/* SwiftUI */
Color(red: 0.086, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#165421")Accessibility — WCAG contrast
Aa
#165421 on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#165421 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green32.9%
Blue12.9%
CMYK percentages
Cyan73.8%
Magenta0.0%
Yellow60.7%
Key (black)67.1%
Color previews
#165421 text on a black background
contrast 2.32:1
Card sample
#165421 text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #165421;
Background color
Panel with #165421 background
background-color: #165421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #165421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #165421; background: linear-gradient(135deg, #165421, #16544A);