#297a3d
a dark, vivid green · cool · closest name: seagreen
RGB
41, 122, 61
HSL
135°, 50%, 32%
CMYK
66, 0, 50, 52
Luminance
0.1473
Every format
| HEX | #297a3d |
| RGB | rgb(41, 122, 61) |
| HSL | hsl(135, 50%, 32%) |
| CMYK | cmyk(66%, 0%, 50%, 52%) |
| LAB | lab(45.3 -38.6 26.3) |
| LCH | lch(45.3 46.7 145.7) |
| OKLCH | oklch(0.515 0.122 148.4) |
Copy-ready code
/* CSS */
color: #297a3d;
background-color: #297a3d;
/* Tailwind (arbitrary) */
class="text-[#297a3d] bg-[#297a3d]"
/* SCSS */
$brand: #297a3d;
/* SwiftUI */
Color(red: 0.161, green: 0.478, blue: 0.239)
/* Android */
Color.parseColor("#297a3d")Accessibility — WCAG contrast
Aa
#297a3d on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297a3d on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green47.8%
Blue23.9%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow50.0%
Key (black)52.2%
Color previews
#297a3d text on a black background
contrast 3.95:1
Card sample
#297a3d text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297a3d;
Background color
Panel with #297a3d background
background-color: #297a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 122, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 122, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297a3d; background: linear-gradient(135deg, #297a3d, #297A73);