#092e21
a deep, vivid green · cool · closest name: darkslategray
RGB
9, 46, 33
HSL
159°, 67%, 11%
CMYK
80, 0, 28, 82
Luminance
0.0212
Every format
| HEX | #092e21 |
| RGB | rgb(9, 46, 33) |
| HSL | hsl(159, 67%, 11%) |
| CMYK | cmyk(80%, 0%, 28%, 82%) |
| LAB | lab(16.1 -16.9 4.6) |
| LCH | lch(16.1 17.5 164.7) |
| OKLCH | oklch(0.271 0.048 165.8) |
Copy-ready code
/* CSS */
color: #092e21;
background-color: #092e21;
/* Tailwind (arbitrary) */
class="text-[#092e21] bg-[#092e21]"
/* SCSS */
$brand: #092e21;
/* SwiftUI */
Color(red: 0.035, green: 0.180, blue: 0.129)
/* Android */
Color.parseColor("#092e21")Accessibility — WCAG contrast
Aa
#092e21 on white: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092e21 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green18.0%
Blue12.9%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow28.3%
Key (black)82.0%
Color previews
#092e21 text on a black background
contrast 1.42:1
Card sample
#092e21 text on a white background
contrast 14.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092e21;
Background color
Panel with #092e21 background
background-color: #092e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 46, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 46, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092e21; background: linear-gradient(135deg, #092e21, #09222E);