#093313
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 51, 19
HSL
134°, 70%, 12%
CMYK
82, 0, 63, 80
Luminance
0.0247
Every format
| HEX | #093313 |
| RGB | rgb(9, 51, 19) |
| HSL | hsl(134, 70%, 12%) |
| CMYK | cmyk(82%, 0%, 63%, 80%) |
| LAB | lab(17.8 -22.7 16.1) |
| LCH | lch(17.8 27.8 144.6) |
| OKLCH | oklch(0.284 0.072 147.6) |
Copy-ready code
/* CSS */
color: #093313;
background-color: #093313;
/* Tailwind (arbitrary) */
class="text-[#093313] bg-[#093313]"
/* SCSS */
$brand: #093313;
/* SwiftUI */
Color(red: 0.035, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#093313")Accessibility — WCAG contrast
Aa
#093313 on white: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093313 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.0%
Blue7.5%
CMYK percentages
Cyan82.4%
Magenta0.0%
Yellow62.7%
Key (black)80.0%
Color previews
#093313 text on a black background
contrast 1.49:1
Card sample
#093313 text on a white background
contrast 14.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093313;
Background color
Panel with #093313 background
background-color: #093313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093313; background: linear-gradient(135deg, #093313, #09332F);