#296a21
a dark, vivid green · cool · closest name: seagreen
RGB
41, 106, 33
HSL
113°, 53%, 27%
CMYK
61, 0, 69, 58
Luminance
0.1089
Every format
| HEX | #296a21 |
| RGB | rgb(41, 106, 33) |
| HSL | hsl(113, 53%, 27%) |
| CMYK | cmyk(61%, 0%, 69%, 58%) |
| LAB | lab(39.4 -36.0 33.8) |
| LCH | lch(39.4 49.3 136.8) |
| OKLCH | oklch(0.466 0.125 141.5) |
Copy-ready code
/* CSS */
color: #296a21;
background-color: #296a21;
/* Tailwind (arbitrary) */
class="text-[#296a21] bg-[#296a21]"
/* SCSS */
$brand: #296a21;
/* SwiftUI */
Color(red: 0.161, green: 0.416, blue: 0.129)
/* Android */
Color.parseColor("#296a21")Accessibility — WCAG contrast
Aa
#296a21 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296a21 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green41.6%
Blue12.9%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow68.9%
Key (black)58.4%
Color previews
#296a21 text on a black background
contrast 3.18:1
Card sample
#296a21 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296a21;
Background color
Panel with #296a21 background
background-color: #296a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 106, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 106, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296a21; background: linear-gradient(135deg, #296a21, #216A4A);