#115521
a deep, vivid green · cool · closest name: seagreen
RGB
17, 85, 33
HSL
134°, 67%, 20%
CMYK
80, 0, 61, 67
Luminance
0.0673
Every format
| HEX | #115521 |
| RGB | rgb(17, 85, 33) |
| HSL | hsl(134, 67%, 20%) |
| CMYK | cmyk(80%, 0%, 61%, 67%) |
| LAB | lab(31.2 -33.1 24.2) |
| LCH | lch(31.2 41.0 143.8) |
| OKLCH | oklch(0.396 0.106 147.1) |
Copy-ready code
/* CSS */
color: #115521;
background-color: #115521;
/* Tailwind (arbitrary) */
class="text-[#115521] bg-[#115521]"
/* SCSS */
$brand: #115521;
/* SwiftUI */
Color(red: 0.067, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#115521")Accessibility — WCAG contrast
Aa
#115521 on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115521 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green33.3%
Blue12.9%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#115521 text on a black background
contrast 2.35:1
Card sample
#115521 text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115521;
Background color
Panel with #115521 background
background-color: #115521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115521; background: linear-gradient(135deg, #115521, #11554E);