#043208
a deep, electric green · cool · closest name: darkslategray
RGB
4, 50, 8
HSL
125°, 85%, 11%
CMYK
92, 0, 84, 80
Luminance
0.0232
Every format
| HEX | #043208 |
| RGB | rgb(4, 50, 8) |
| HSL | hsl(125, 85%, 11%) |
| CMYK | cmyk(92%, 0%, 84%, 80%) |
| LAB | lab(17.1 -25.2 20.7) |
| LCH | lch(17.1 32.6 140.5) |
| OKLCH | oklch(0.277 0.084 144.2) |
Copy-ready code
/* CSS */
color: #043208;
background-color: #043208;
/* Tailwind (arbitrary) */
class="text-[#043208] bg-[#043208]"
/* SCSS */
$brand: #043208;
/* SwiftUI */
Color(red: 0.016, green: 0.196, blue: 0.031)
/* Android */
Color.parseColor("#043208")Accessibility — WCAG contrast
Aa
#043208 on white: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043208 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green19.6%
Blue3.1%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow84.0%
Key (black)80.4%
Color previews
#043208 text on a black background
contrast 1.46:1
Card sample
#043208 text on a white background
contrast 14.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043208;
Background color
Panel with #043208 background
background-color: #043208;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043208;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 50, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 50, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043208; background: linear-gradient(135deg, #043208, #043227);