#118855
a dark, electric green · cool · closest name: seagreen
RGB
17, 136, 85
HSL
154°, 78%, 30%
CMYK
88, 0, 38, 47
Luminance
0.1838
Every format
| HEX | #118855 |
| RGB | rgb(17, 136, 85) |
| HSL | hsl(154, 78%, 30%) |
| CMYK | cmyk(88%, 0%, 38%, 47%) |
| LAB | lab(50.0 -43.1 19.0) |
| LCH | lch(50.0 47.0 156.2) |
| OKLCH | oklch(0.554 0.126 157.7) |
Copy-ready code
/* CSS */
color: #118855;
background-color: #118855;
/* Tailwind (arbitrary) */
class="text-[#118855] bg-[#118855]"
/* SCSS */
$brand: #118855;
/* SwiftUI */
Color(red: 0.067, green: 0.533, blue: 0.333)
/* Android */
Color.parseColor("#118855")Accessibility — WCAG contrast
Aa
#118855 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#118855 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green53.3%
Blue33.3%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow37.5%
Key (black)46.7%
Color previews
#118855 text on a black background
contrast 4.68:1
Card sample
#118855 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #118855;
Background color
Panel with #118855 background
background-color: #118855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #118855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 136, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 136, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #118855; background: linear-gradient(135deg, #118855, #116C88);