#097c3f
a dark, electric green · cool · closest name: seagreen
RGB
9, 124, 63
HSL
148°, 87%, 26%
CMYK
93, 0, 49, 51
Luminance
0.1483
Every format
| HEX | #097c3f |
| RGB | rgb(9, 124, 63) |
| HSL | hsl(148, 87%, 26%) |
| CMYK | cmyk(93%, 0%, 49%, 51%) |
| LAB | lab(45.4 -43.6 25.3) |
| LCH | lch(45.4 50.4 149.9) |
| OKLCH | oklch(0.515 0.132 152.1) |
Copy-ready code
/* CSS */
color: #097c3f;
background-color: #097c3f;
/* Tailwind (arbitrary) */
class="text-[#097c3f] bg-[#097c3f]"
/* SCSS */
$brand: #097c3f;
/* SwiftUI */
Color(red: 0.035, green: 0.486, blue: 0.247)
/* Android */
Color.parseColor("#097c3f")Accessibility — WCAG contrast
Aa
#097c3f on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097c3f on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green48.6%
Blue24.7%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow49.2%
Key (black)51.4%
Color previews
#097c3f text on a black background
contrast 3.97:1
Card sample
#097c3f text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097c3f;
Background color
Panel with #097c3f background
background-color: #097c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 124, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 124, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097c3f; background: linear-gradient(135deg, #097c3f, #096C7C);