#005b38
a deep, electric green · cool · closest name: seagreen
RGB
0, 91, 56
HSL
157°, 100%, 18%
CMYK
100, 0, 39, 64
Luminance
0.0777
Every format
| HEX | #005b38 |
| RGB | rgb(0, 91, 56) |
| HSL | hsl(157, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 39%, 64%) |
| LAB | lab(33.5 -33.1 13.7) |
| LCH | lch(33.5 35.8 157.5) |
| OKLCH | oklch(0.415 0.096 158.9) |
Copy-ready code
/* CSS */
color: #005b38;
background-color: #005b38;
/* Tailwind (arbitrary) */
class="text-[#005b38] bg-[#005b38]"
/* SCSS */
$brand: #005b38;
/* SwiftUI */
Color(red: 0.000, green: 0.357, blue: 0.220)
/* Android */
Color.parseColor("#005b38")Accessibility — WCAG contrast
Aa
#005b38 on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005b38 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green35.7%
Blue22.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow38.5%
Key (black)64.3%
Color previews
#005b38 text on a black background
contrast 2.55:1
Card sample
#005b38 text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005b38;
Background color
Panel with #005b38 background
background-color: #005b38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005b38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 91, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 91, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005b38; background: linear-gradient(135deg, #005b38, #00415B);