#09623f
a deep, electric green · cool · closest name: seagreen
RGB
9, 98, 63
HSL
156°, 83%, 21%
CMYK
91, 0, 36, 62
Luminance
0.0915
Every format
| HEX | #09623f |
| RGB | rgb(9, 98, 63) |
| HSL | hsl(156, 83%, 21%) |
| CMYK | cmyk(91%, 0%, 36%, 62%) |
| LAB | lab(36.3 -33.4 13.3) |
| LCH | lch(36.3 35.9 158.3) |
| OKLCH | oklch(0.439 0.096 159.7) |
Copy-ready code
/* CSS */
color: #09623f;
background-color: #09623f;
/* Tailwind (arbitrary) */
class="text-[#09623f] bg-[#09623f]"
/* SCSS */
$brand: #09623f;
/* SwiftUI */
Color(red: 0.035, green: 0.384, blue: 0.247)
/* Android */
Color.parseColor("#09623f")Accessibility — WCAG contrast
Aa
#09623f on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09623f on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green38.4%
Blue24.7%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow35.7%
Key (black)61.6%
Color previews
#09623f text on a black background
contrast 2.83:1
Card sample
#09623f text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09623f;
Background color
Panel with #09623f background
background-color: #09623f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09623f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 98, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 98, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09623f; background: linear-gradient(135deg, #09623f, #094A62);