#126521
a deep, vivid green · cool · closest name: seagreen
RGB
18, 101, 33
HSL
131°, 70%, 23%
CMYK
82, 0, 67, 60
Luminance
0.0955
Every format
| HEX | #126521 |
| RGB | rgb(18, 101, 33) |
| HSL | hsl(131, 70%, 23%) |
| CMYK | cmyk(82%, 0%, 67%, 60%) |
| LAB | lab(37.0 -39.0 30.9) |
| LCH | lch(37.0 49.8 141.6) |
| OKLCH | oklch(0.444 0.128 145.5) |
Copy-ready code
/* CSS */
color: #126521;
background-color: #126521;
/* Tailwind (arbitrary) */
class="text-[#126521] bg-[#126521]"
/* SCSS */
$brand: #126521;
/* SwiftUI */
Color(red: 0.071, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#126521")Accessibility — WCAG contrast
Aa
#126521 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#126521 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green39.6%
Blue12.9%
CMYK percentages
Cyan82.2%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#126521 text on a black background
contrast 2.91:1
Card sample
#126521 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #126521;
Background color
Panel with #126521 background
background-color: #126521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #126521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #126521; background: linear-gradient(135deg, #126521, #126558);