#296521
a dark, vivid green · cool · closest name: seagreen
RGB
41, 101, 33
HSL
113°, 51%, 26%
CMYK
59, 0, 67, 60
Luminance
0.0989
Every format
| HEX | #296521 |
| RGB | rgb(41, 101, 33) |
| HSL | hsl(113, 51%, 26%) |
| CMYK | cmyk(59%, 0%, 67%, 60%) |
| LAB | lab(37.6 -33.9 31.8) |
| LCH | lch(37.6 46.5 136.8) |
| OKLCH | oklch(0.451 0.118 141.4) |
Copy-ready code
/* CSS */
color: #296521;
background-color: #296521;
/* Tailwind (arbitrary) */
class="text-[#296521] bg-[#296521]"
/* SCSS */
$brand: #296521;
/* SwiftUI */
Color(red: 0.161, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#296521")Accessibility — WCAG contrast
Aa
#296521 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#296521 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green39.6%
Blue12.9%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#296521 text on a black background
contrast 2.98:1
Card sample
#296521 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296521;
Background color
Panel with #296521 background
background-color: #296521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296521; background: linear-gradient(135deg, #296521, #216546);