#0b2e02
a deep, electric green · cool · closest name: darkslategray
RGB
11, 46, 2
HSL
108°, 92%, 9%
CMYK
76, 0, 96, 82
Luminance
0.0203
Every format
| HEX | #0b2e02 |
| RGB | rgb(11, 46, 2) |
| HSL | hsl(108, 92%, 9%) |
| CMYK | cmyk(76%, 0%, 96%, 82%) |
| LAB | lab(15.6 -22.4 21.4) |
| LCH | lch(15.6 31.0 136.3) |
| OKLCH | oklch(0.265 0.081 139.6) |
Copy-ready code
/* CSS */
color: #0b2e02;
background-color: #0b2e02;
/* Tailwind (arbitrary) */
class="text-[#0b2e02] bg-[#0b2e02]"
/* SCSS */
$brand: #0b2e02;
/* SwiftUI */
Color(red: 0.043, green: 0.180, blue: 0.008)
/* Android */
Color.parseColor("#0b2e02")Accessibility — WCAG contrast
Aa
#0b2e02 on white: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2e02 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green18.0%
Blue0.8%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow95.7%
Key (black)82.0%
Color previews
#0b2e02 text on a black background
contrast 1.41:1
Card sample
#0b2e02 text on a white background
contrast 14.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2e02;
Background color
Panel with #0b2e02 background
background-color: #0b2e02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2e02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 46, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 46, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2e02; background: linear-gradient(135deg, #0b2e02, #022E16);