#106021
a deep, vivid green · cool · closest name: seagreen
RGB
16, 96, 33
HSL
133°, 71%, 22%
CMYK
83, 0, 66, 62
Luminance
0.0859
Every format
| HEX | #106021 |
| RGB | rgb(16, 96, 33) |
| HSL | hsl(133, 71%, 22%) |
| CMYK | cmyk(83%, 0%, 66%, 62%) |
| LAB | lab(35.2 -37.4 28.9) |
| LCH | lch(35.2 47.3 142.4) |
| OKLCH | oklch(0.429 0.121 146.1) |
Copy-ready code
/* CSS */
color: #106021;
background-color: #106021;
/* Tailwind (arbitrary) */
class="text-[#106021] bg-[#106021]"
/* SCSS */
$brand: #106021;
/* SwiftUI */
Color(red: 0.063, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#106021")Accessibility — WCAG contrast
Aa
#106021 on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#106021 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green37.6%
Blue12.9%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow65.6%
Key (black)62.4%
Color previews
#106021 text on a black background
contrast 2.72:1
Card sample
#106021 text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #106021;
Background color
Panel with #106021 background
background-color: #106021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #106021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #106021; background: linear-gradient(135deg, #106021, #106057);