#0b852c
a dark, electric green · cool · closest name: forestgreen
RGB
11, 133, 44
HSL
136°, 85%, 28%
CMYK
92, 0, 67, 48
Luminance
0.1703
Every format
| HEX | #0b852c |
| RGB | rgb(11, 133, 44) |
| HSL | hsl(136, 85%, 28%) |
| CMYK | cmyk(92%, 0%, 67%, 48%) |
| LAB | lab(48.3 -49.4 38.3) |
| LCH | lch(48.3 62.5 142.2) |
| OKLCH | oklch(0.538 0.160 146.2) |
Copy-ready code
/* CSS */
color: #0b852c;
background-color: #0b852c;
/* Tailwind (arbitrary) */
class="text-[#0b852c] bg-[#0b852c]"
/* SCSS */
$brand: #0b852c;
/* SwiftUI */
Color(red: 0.043, green: 0.522, blue: 0.173)
/* Android */
Color.parseColor("#0b852c")Accessibility — WCAG contrast
Aa
#0b852c on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b852c on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green52.2%
Blue17.3%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow66.9%
Key (black)47.8%
Color previews
#0b852c text on a black background
contrast 4.41:1
Card sample
#0b852c text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b852c;
Background color
Panel with #0b852c background
background-color: #0b852c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b852c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 133, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 133, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b852c; background: linear-gradient(135deg, #0b852c, #0B857D);