#127350
a dark, vivid green · cool · closest name: seagreen
RGB
18, 115, 80
HSL
158°, 73%, 26%
CMYK
84, 0, 30, 55
Luminance
0.1297
Every format
| HEX | #127350 |
| RGB | rgb(18, 115, 80) |
| HSL | hsl(158, 73%, 26%) |
| CMYK | cmyk(84%, 0%, 30%, 55%) |
| LAB | lab(42.7 -35.5 12.0) |
| LCH | lch(42.7 37.5 161.4) |
| OKLCH | oklch(0.494 0.102 162.6) |
Copy-ready code
/* CSS */
color: #127350;
background-color: #127350;
/* Tailwind (arbitrary) */
class="text-[#127350] bg-[#127350]"
/* SCSS */
$brand: #127350;
/* SwiftUI */
Color(red: 0.071, green: 0.451, blue: 0.314)
/* Android */
Color.parseColor("#127350")Accessibility — WCAG contrast
Aa
#127350 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#127350 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green45.1%
Blue31.4%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow30.4%
Key (black)54.9%
Color previews
#127350 text on a black background
contrast 3.59:1
Card sample
#127350 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #127350;
Background color
Panel with #127350 background
background-color: #127350;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #127350;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 115, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 115, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #127350; background: linear-gradient(135deg, #127350, #125573);