#126621
a deep, vivid green · cool · closest name: seagreen
RGB
18, 102, 33
HSL
131°, 70%, 24%
CMYK
82, 0, 68, 60
Luminance
0.0974
Every format
| HEX | #126621 |
| RGB | rgb(18, 102, 33) |
| HSL | hsl(131, 70%, 24%) |
| CMYK | cmyk(82%, 0%, 68%, 60%) |
| LAB | lab(37.4 -39.3 31.3) |
| LCH | lch(37.4 50.3 141.5) |
| OKLCH | oklch(0.447 0.129 145.4) |
Copy-ready code
/* CSS */
color: #126621;
background-color: #126621;
/* Tailwind (arbitrary) */
class="text-[#126621] bg-[#126621]"
/* SCSS */
$brand: #126621;
/* SwiftUI */
Color(red: 0.071, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#126621")Accessibility — WCAG contrast
Aa
#126621 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#126621 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green40.0%
Blue12.9%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#126621 text on a black background
contrast 2.95:1
Card sample
#126621 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #126621;
Background color
Panel with #126621 background
background-color: #126621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #126621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #126621; background: linear-gradient(135deg, #126621, #126659);