#092c0b
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 44, 11
HSL
123°, 66%, 10%
CMYK
80, 0, 75, 83
Luminance
0.0188
Every format
| HEX | #092c0b |
| RGB | rgb(9, 44, 11) |
| HSL | hsl(123, 66%, 10%) |
| CMYK | cmyk(80%, 0%, 75%, 83%) |
| LAB | lab(14.9 -20.8 16.7) |
| LCH | lch(14.9 26.7 141.3) |
| OKLCH | oklch(0.259 0.070 144.1) |
Copy-ready code
/* CSS */
color: #092c0b;
background-color: #092c0b;
/* Tailwind (arbitrary) */
class="text-[#092c0b] bg-[#092c0b]"
/* SCSS */
$brand: #092c0b;
/* SwiftUI */
Color(red: 0.035, green: 0.173, blue: 0.043)
/* Android */
Color.parseColor("#092c0b")Accessibility — WCAG contrast
Aa
#092c0b on white: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092c0b on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green17.3%
Blue4.3%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow75.0%
Key (black)82.7%
Color previews
#092c0b text on a black background
contrast 1.38:1
Card sample
#092c0b text on a white background
contrast 15.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092c0b;
Background color
Panel with #092c0b background
background-color: #092c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 44, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 44, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092c0b; background: linear-gradient(135deg, #092c0b, #092C22);