#115021
a deep, vivid green · cool · closest name: seagreen
RGB
17, 80, 33
HSL
135°, 65%, 19%
CMYK
79, 0, 59, 69
Luminance
0.0597
Every format
| HEX | #115021 |
| RGB | rgb(17, 80, 33) |
| HSL | hsl(135, 65%, 19%) |
| CMYK | cmyk(79%, 0%, 59%, 69%) |
| LAB | lab(29.3 -31.0 22.0) |
| LCH | lch(29.3 38.0 144.7) |
| OKLCH | oklch(0.380 0.099 147.7) |
Copy-ready code
/* CSS */
color: #115021;
background-color: #115021;
/* Tailwind (arbitrary) */
class="text-[#115021] bg-[#115021]"
/* SCSS */
$brand: #115021;
/* SwiftUI */
Color(red: 0.067, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#115021")Accessibility — WCAG contrast
Aa
#115021 on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115021 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green31.4%
Blue12.9%
CMYK percentages
Cyan78.8%
Magenta0.0%
Yellow58.8%
Key (black)68.6%
Color previews
#115021 text on a black background
contrast 2.19:1
Card sample
#115021 text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115021;
Background color
Panel with #115021 background
background-color: #115021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115021; background: linear-gradient(135deg, #115021, #11504B);