#097b42
a dark, electric green · cool · closest name: seagreen
RGB
9, 123, 66
HSL
150°, 86%, 26%
CMYK
93, 0, 46, 52
Luminance
0.1462
Every format
| HEX | #097b42 |
| RGB | rgb(9, 123, 66) |
| HSL | hsl(150, 86%, 26%) |
| CMYK | cmyk(93%, 0%, 46%, 52%) |
| LAB | lab(45.1 -42.6 23.2) |
| LCH | lch(45.1 48.5 151.4) |
| OKLCH | oklch(0.512 0.128 153.4) |
Copy-ready code
/* CSS */
color: #097b42;
background-color: #097b42;
/* Tailwind (arbitrary) */
class="text-[#097b42] bg-[#097b42]"
/* SCSS */
$brand: #097b42;
/* SwiftUI */
Color(red: 0.035, green: 0.482, blue: 0.259)
/* Android */
Color.parseColor("#097b42")Accessibility — WCAG contrast
Aa
#097b42 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#097b42 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green48.2%
Blue25.9%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow46.3%
Key (black)51.8%
Color previews
#097b42 text on a black background
contrast 3.92:1
Card sample
#097b42 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #097b42;
Background color
Panel with #097b42 background
background-color: #097b42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #097b42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 123, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 123, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #097b42; background: linear-gradient(135deg, #097b42, #09687B);