#09744f
a deep, electric green · cool · closest name: seagreen
RGB
9, 116, 79
HSL
159°, 86%, 25%
CMYK
92, 0, 32, 55
Luminance
0.1311
Every format
| HEX | #09744f |
| RGB | rgb(9, 116, 79) |
| HSL | hsl(159, 86%, 25%) |
| CMYK | cmyk(92%, 0%, 32%, 55%) |
| LAB | lab(42.9 -37.0 12.8) |
| LCH | lch(42.9 39.2 160.9) |
| OKLCH | oklch(0.495 0.106 162.1) |
Copy-ready code
/* CSS */
color: #09744f;
background-color: #09744f;
/* Tailwind (arbitrary) */
class="text-[#09744f] bg-[#09744f]"
/* SCSS */
$brand: #09744f;
/* SwiftUI */
Color(red: 0.035, green: 0.455, blue: 0.310)
/* Android */
Color.parseColor("#09744f")Accessibility — WCAG contrast
Aa
#09744f on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#09744f on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green45.5%
Blue31.0%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow31.9%
Key (black)54.5%
Color previews
#09744f text on a black background
contrast 3.62:1
Card sample
#09744f text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09744f;
Background color
Panel with #09744f background
background-color: #09744f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09744f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 116, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 116, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09744f; background: linear-gradient(135deg, #09744f, #095274);