#127331
a dark, vivid green · cool · closest name: seagreen
RGB
18, 115, 49
HSL
139°, 73%, 26%
CMYK
84, 0, 57, 55
Luminance
0.1261
Every format
| HEX | #127331 |
| RGB | rgb(18, 115, 49) |
| HSL | hsl(139, 73%, 26%) |
| CMYK | cmyk(84%, 0%, 57%, 55%) |
| LAB | lab(42.2 -41.8 28.8) |
| LCH | lch(42.2 50.8 145.4) |
| OKLCH | oklch(0.487 0.132 148.4) |
Copy-ready code
/* CSS */
color: #127331;
background-color: #127331;
/* Tailwind (arbitrary) */
class="text-[#127331] bg-[#127331]"
/* SCSS */
$brand: #127331;
/* SwiftUI */
Color(red: 0.071, green: 0.451, blue: 0.192)
/* Android */
Color.parseColor("#127331")Accessibility — WCAG contrast
Aa
#127331 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#127331 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green45.1%
Blue19.2%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow57.4%
Key (black)54.9%
Color previews
#127331 text on a black background
contrast 3.52:1
Card sample
#127331 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #127331;
Background color
Panel with #127331 background
background-color: #127331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #127331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 115, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 115, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #127331; background: linear-gradient(135deg, #127331, #127372);