#104821
a deep, vivid green · cool · closest name: darkslategray
RGB
16, 72, 33
HSL
138°, 64%, 17%
CMYK
78, 0, 54, 72
Luminance
0.0485
Every format
| HEX | #104821 |
| RGB | rgb(16, 72, 33) |
| HSL | hsl(138, 64%, 17%) |
| CMYK | cmyk(78%, 0%, 54%, 72%) |
| LAB | lab(26.3 -27.9 18.3) |
| LCH | lch(26.3 33.3 146.8) |
| OKLCH | oklch(0.355 0.087 149.4) |
Copy-ready code
/* CSS */
color: #104821;
background-color: #104821;
/* Tailwind (arbitrary) */
class="text-[#104821] bg-[#104821]"
/* SCSS */
$brand: #104821;
/* SwiftUI */
Color(red: 0.063, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#104821")Accessibility — WCAG contrast
Aa
#104821 on white: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#104821 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green28.2%
Blue12.9%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow54.2%
Key (black)71.8%
Color previews
#104821 text on a black background
contrast 1.97:1
Card sample
#104821 text on a white background
contrast 10.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #104821;
Background color
Panel with #104821 background
background-color: #104821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #104821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #104821; background: linear-gradient(135deg, #104821, #104846);