#005234
a deep, electric green · cool · closest name: darkslategray
RGB
0, 82, 52
HSL
158°, 100%, 16%
CMYK
100, 0, 37, 68
Luminance
0.0628
Every format
| HEX | #005234 |
| RGB | rgb(0, 82, 52) |
| HSL | hsl(158, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 37%, 68%) |
| LAB | lab(30.1 -30.3 11.6) |
| LCH | lch(30.1 32.4 159.1) |
| OKLCH | oklch(0.387 0.087 160.4) |
Copy-ready code
/* CSS */
color: #005234;
background-color: #005234;
/* Tailwind (arbitrary) */
class="text-[#005234] bg-[#005234]"
/* SCSS */
$brand: #005234;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.204)
/* Android */
Color.parseColor("#005234")Accessibility — WCAG contrast
Aa
#005234 on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#005234 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue20.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.6%
Key (black)67.8%
Color previews
#005234 text on a black background
contrast 2.26:1
Card sample
#005234 text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005234;
Background color
Panel with #005234 background
background-color: #005234;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005234;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005234; background: linear-gradient(135deg, #005234, #003952);