#16552b
a deep, vivid green · cool · closest name: seagreen
RGB
22, 85, 43
HSL
140°, 59%, 21%
CMYK
74, 0, 49, 67
Luminance
0.0684
Every format
| HEX | #16552b |
| RGB | rgb(22, 85, 43) |
| HSL | hsl(140, 59%, 21%) |
| CMYK | cmyk(74%, 0%, 49%, 67%) |
| LAB | lab(31.4 -30.4 18.9) |
| LCH | lch(31.4 35.7 148.2) |
| OKLCH | oklch(0.399 0.094 150.5) |
Copy-ready code
/* CSS */
color: #16552b;
background-color: #16552b;
/* Tailwind (arbitrary) */
class="text-[#16552b] bg-[#16552b]"
/* SCSS */
$brand: #16552b;
/* SwiftUI */
Color(red: 0.086, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#16552b")Accessibility — WCAG contrast
Aa
#16552b on white: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16552b on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green33.3%
Blue16.9%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#16552b text on a black background
contrast 2.37:1
Card sample
#16552b text on a white background
contrast 8.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16552b;
Background color
Panel with #16552b background
background-color: #16552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16552b; background: linear-gradient(135deg, #16552b, #165555);