#0b7a37
a dark, electric green · cool · closest name: seagreen
RGB
11, 122, 55
HSL
144°, 84%, 26%
CMYK
91, 0, 55, 52
Luminance
0.1427
Every format
| HEX | #0b7a37 |
| RGB | rgb(11, 122, 55) |
| HSL | hsl(144, 84%, 26%) |
| CMYK | cmyk(91%, 0%, 55%, 52%) |
| LAB | lab(44.6 -44.1 28.6) |
| LCH | lch(44.6 52.5 147.1) |
| OKLCH | oklch(0.508 0.137 149.8) |
Copy-ready code
/* CSS */
color: #0b7a37;
background-color: #0b7a37;
/* Tailwind (arbitrary) */
class="text-[#0b7a37] bg-[#0b7a37]"
/* SCSS */
$brand: #0b7a37;
/* SwiftUI */
Color(red: 0.043, green: 0.478, blue: 0.216)
/* Android */
Color.parseColor("#0b7a37")Accessibility — WCAG contrast
Aa
#0b7a37 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b7a37 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green47.8%
Blue21.6%
CMYK percentages
Cyan91.0%
Magenta0.0%
Yellow54.9%
Key (black)52.2%
Color previews
#0b7a37 text on a black background
contrast 3.85:1
Card sample
#0b7a37 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b7a37;
Background color
Panel with #0b7a37 background
background-color: #0b7a37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b7a37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 122, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 122, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b7a37; background: linear-gradient(135deg, #0b7a37, #0B737A);