#097635
a deep, electric green · cool · closest name: seagreen
RGB
9, 118, 53
HSL
144°, 86%, 25%
CMYK
92, 0, 55, 54
Luminance
0.1327
Every format
| HEX | #097635 |
| RGB | rgb(9, 118, 53) |
| HSL | hsl(144, 86%, 25%) |
| CMYK | cmyk(92%, 0%, 55%, 54%) |
| LAB | lab(43.2 -43.1 27.9) |
| LCH | lch(43.2 51.4 147.1) |
| OKLCH | oklch(0.496 0.134 149.8) |
Copy-ready code
/* CSS */
color: #097635;
background-color: #097635;
/* Tailwind (arbitrary) */
class="text-[#097635] bg-[#097635]"
/* SCSS */
$brand: #097635;
/* SwiftUI */
Color(red: 0.035, green: 0.463, blue: 0.208)
/* Android */
Color.parseColor("#097635")Accessibility — WCAG contrast
Aa
#097635 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097635 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green46.3%
Blue20.8%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow55.1%
Key (black)53.7%
Color previews
#097635 text on a black background
contrast 3.65:1
Card sample
#097635 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097635;
Background color
Panel with #097635 background
background-color: #097635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 118, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 118, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097635; background: linear-gradient(135deg, #097635, #096E76);