#005c25
a deep, electric green · cool · closest name: seagreen
RGB
0, 92, 37
HSL
144°, 100%, 18%
CMYK
100, 0, 60, 64
Luminance
0.0779
Every format
| HEX | #005c25 |
| RGB | rgb(0, 92, 37) |
| HSL | hsl(144, 100%, 18%) |
| CMYK | cmyk(100%, 0%, 60%, 64%) |
| LAB | lab(33.5 -37.3 24.8) |
| LCH | lch(33.5 44.8 146.4) |
| OKLCH | oklch(0.415 0.116 149.3) |
Copy-ready code
/* CSS */
color: #005c25;
background-color: #005c25;
/* Tailwind (arbitrary) */
class="text-[#005c25] bg-[#005c25]"
/* SCSS */
$brand: #005c25;
/* SwiftUI */
Color(red: 0.000, green: 0.361, blue: 0.145)
/* Android */
Color.parseColor("#005c25")Accessibility — WCAG contrast
Aa
#005c25 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005c25 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green36.1%
Blue14.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow59.8%
Key (black)63.9%
Color previews
#005c25 text on a black background
contrast 2.56:1
Card sample
#005c25 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005c25;
Background color
Panel with #005c25 background
background-color: #005c25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005c25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 92, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 92, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005c25; background: linear-gradient(135deg, #005c25, #00565C);