#296d52
a dark, vivid green · cool · closest name: teal
RGB
41, 109, 82
HSL
156°, 45%, 29%
CMYK
62, 0, 25, 57
Luminance
0.1202
Every format
| HEX | #296d52 |
| RGB | rgb(41, 109, 82) |
| HSL | hsl(156, 45%, 29%) |
| CMYK | cmyk(62%, 0%, 25%, 57%) |
| LAB | lab(41.2 -28.5 8.8) |
| LCH | lch(41.2 29.8 162.8) |
| OKLCH | oklch(0.483 0.082 164.0) |
Copy-ready code
/* CSS */
color: #296d52;
background-color: #296d52;
/* Tailwind (arbitrary) */
class="text-[#296d52] bg-[#296d52]"
/* SCSS */
$brand: #296d52;
/* SwiftUI */
Color(red: 0.161, green: 0.427, blue: 0.322)
/* Android */
Color.parseColor("#296d52")Accessibility — WCAG contrast
Aa
#296d52 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#296d52 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green42.7%
Blue32.2%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow24.8%
Key (black)57.3%
Color previews
#296d52 text on a black background
contrast 3.40:1
Card sample
#296d52 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #296d52;
Background color
Panel with #296d52 background
background-color: #296d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #296d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 109, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 109, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #296d52; background: linear-gradient(135deg, #296d52, #295B6D);