#093418
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 52, 24
HSL
141°, 71%, 12%
CMYK
83, 0, 54, 80
Luminance
0.0258
Every format
| HEX | #093418 |
| RGB | rgb(9, 52, 24) |
| HSL | hsl(141, 71%, 12%) |
| CMYK | cmyk(83%, 0%, 54%, 80%) |
| LAB | lab(18.3 -22.2 13.6) |
| LCH | lch(18.3 26.0 148.5) |
| OKLCH | oklch(0.288 0.068 150.8) |
Copy-ready code
/* CSS */
color: #093418;
background-color: #093418;
/* Tailwind (arbitrary) */
class="text-[#093418] bg-[#093418]"
/* SCSS */
$brand: #093418;
/* SwiftUI */
Color(red: 0.035, green: 0.204, blue: 0.094)
/* Android */
Color.parseColor("#093418")Accessibility — WCAG contrast
Aa
#093418 on white: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093418 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.4%
Blue9.4%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow53.8%
Key (black)79.6%
Color previews
#093418 text on a black background
contrast 1.52:1
Card sample
#093418 text on a white background
contrast 13.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093418;
Background color
Panel with #093418 background
background-color: #093418;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093418;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 52, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 52, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093418; background: linear-gradient(135deg, #093418, #093434);