#093213
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 50, 19
HSL
135°, 70%, 12%
CMYK
82, 0, 62, 80
Luminance
0.0239
Every format
| HEX | #093213 |
| RGB | rgb(9, 50, 19) |
| HSL | hsl(135, 70%, 12%) |
| CMYK | cmyk(82%, 0%, 62%, 80%) |
| LAB | lab(17.4 -22.2 15.6) |
| LCH | lch(17.4 27.2 144.9) |
| OKLCH | oklch(0.280 0.071 147.8) |
Copy-ready code
/* CSS */
color: #093213;
background-color: #093213;
/* Tailwind (arbitrary) */
class="text-[#093213] bg-[#093213]"
/* SCSS */
$brand: #093213;
/* SwiftUI */
Color(red: 0.035, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#093213")Accessibility — WCAG contrast
Aa
#093213 on white: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093213 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green19.6%
Blue7.5%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow62.0%
Key (black)80.4%
Color previews
#093213 text on a black background
contrast 1.48:1
Card sample
#093213 text on a white background
contrast 14.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093213;
Background color
Panel with #093213 background
background-color: #093213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093213; background: linear-gradient(135deg, #093213, #09322E);