#092b00
a deep, electric green · cool · closest name: darkslategray
RGB
9, 43, 0
HSL
107°, 100%, 8%
CMYK
79, 0, 100, 83
Luminance
0.0179
Every format
| HEX | #092b00 |
| RGB | rgb(9, 43, 0) |
| HSL | hsl(107, 100%, 8%) |
| CMYK | cmyk(79%, 0%, 100%, 83%) |
| LAB | lab(14.3 -22.0 20.5) |
| LCH | lch(14.3 30.1 137.0) |
| OKLCH | oklch(0.254 0.080 139.1) |
Copy-ready code
/* CSS */
color: #092b00;
background-color: #092b00;
/* Tailwind (arbitrary) */
class="text-[#092b00] bg-[#092b00]"
/* SCSS */
$brand: #092b00;
/* SwiftUI */
Color(red: 0.035, green: 0.169, blue: 0.000)
/* Android */
Color.parseColor("#092b00")Accessibility — WCAG contrast
Aa
#092b00 on white: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092b00 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green16.9%
Blue0.0%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow100.0%
Key (black)83.1%
Color previews
#092b00 text on a black background
contrast 1.36:1
Card sample
#092b00 text on a white background
contrast 15.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092b00;
Background color
Panel with #092b00 background
background-color: #092b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 43, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 43, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092b00; background: linear-gradient(135deg, #092b00, #002B14);