#115533
a deep, vivid green · cool · closest name: seagreen
RGB
17, 85, 51
HSL
150°, 67%, 20%
CMYK
80, 0, 40, 67
Luminance
0.0686
Every format
| HEX | #115533 |
| RGB | rgb(17, 85, 51) |
| HSL | hsl(150, 67%, 20%) |
| CMYK | cmyk(80%, 0%, 40%, 67%) |
| LAB | lab(31.5 -29.6 14.1) |
| LCH | lch(31.5 32.8 154.6) |
| OKLCH | oklch(0.399 0.087 156.2) |
Copy-ready code
/* CSS */
color: #115533;
background-color: #115533;
/* Tailwind (arbitrary) */
class="text-[#115533] bg-[#115533]"
/* SCSS */
$brand: #115533;
/* SwiftUI */
Color(red: 0.067, green: 0.333, blue: 0.200)
/* Android */
Color.parseColor("#115533")Accessibility — WCAG contrast
Aa
#115533 on white: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#115533 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green33.3%
Blue20.0%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow40.0%
Key (black)66.7%
Color previews
#115533 text on a black background
contrast 2.37:1
Card sample
#115533 text on a white background
contrast 8.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #115533;
Background color
Panel with #115533 background
background-color: #115533;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #115533;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 85, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 85, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #115533; background: linear-gradient(135deg, #115533, #114A55);