#103204
a deep, electric green · cool · closest name: darkslategray
RGB
16, 50, 4
HSL
104°, 85%, 11%
CMYK
68, 0, 92, 80
Luminance
0.0240
Every format
| HEX | #103204 |
| RGB | rgb(16, 50, 4) |
| HSL | hsl(104, 85%, 11%) |
| CMYK | cmyk(68%, 0%, 92%, 80%) |
| LAB | lab(17.5 -22.4 22.9) |
| LCH | lch(17.5 32.0 134.4) |
| OKLCH | oklch(0.281 0.082 138.8) |
Copy-ready code
/* CSS */
color: #103204;
background-color: #103204;
/* Tailwind (arbitrary) */
class="text-[#103204] bg-[#103204]"
/* SCSS */
$brand: #103204;
/* SwiftUI */
Color(red: 0.063, green: 0.196, blue: 0.016)
/* Android */
Color.parseColor("#103204")Accessibility — WCAG contrast
Aa
#103204 on white: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#103204 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green19.6%
Blue1.6%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow92.0%
Key (black)80.4%
Color previews
#103204 text on a black background
contrast 1.48:1
Card sample
#103204 text on a white background
contrast 14.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #103204;
Background color
Panel with #103204 background
background-color: #103204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #103204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 50, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 50, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #103204; background: linear-gradient(135deg, #103204, #043217);