#126247
a deep, vivid green · cool · closest name: seagreen
RGB
18, 98, 71
HSL
160°, 69%, 23%
CMYK
82, 0, 28, 62
Luminance
0.0932
Every format
| HEX | #126247 |
| RGB | rgb(18, 98, 71) |
| HSL | hsl(160, 69%, 23%) |
| CMYK | cmyk(82%, 0%, 28%, 62%) |
| LAB | lab(36.6 -30.4 8.8) |
| LCH | lch(36.6 31.6 163.7) |
| OKLCH | oklch(0.443 0.086 164.9) |
Copy-ready code
/* CSS */
color: #126247;
background-color: #126247;
/* Tailwind (arbitrary) */
class="text-[#126247] bg-[#126247]"
/* SCSS */
$brand: #126247;
/* SwiftUI */
Color(red: 0.071, green: 0.384, blue: 0.278)
/* Android */
Color.parseColor("#126247")Accessibility — WCAG contrast
Aa
#126247 on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#126247 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green38.4%
Blue27.8%
CMYK percentages
Cyan81.6%
Magenta0.0%
Yellow27.6%
Key (black)61.6%
Color previews
#126247 text on a black background
contrast 2.86:1
Card sample
#126247 text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #126247;
Background color
Panel with #126247 background
background-color: #126247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #126247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 98, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 98, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #126247; background: linear-gradient(135deg, #126247, #124762);