#0b751f
a dark, electric green · cool · closest name: forestgreen
RGB
11, 117, 31
HSL
131°, 83%, 25%
CMYK
91, 0, 74, 54
Luminance
0.1289
Every format
| HEX | #0b751f |
| RGB | rgb(11, 117, 31) |
| HSL | hsl(131, 83%, 25%) |
| CMYK | cmyk(91%, 0%, 74%, 54%) |
| LAB | lab(42.6 -45.6 37.9) |
| LCH | lch(42.6 59.3 140.3) |
| OKLCH | oklch(0.490 0.150 144.8) |
Copy-ready code
/* CSS */
color: #0b751f;
background-color: #0b751f;
/* Tailwind (arbitrary) */
class="text-[#0b751f] bg-[#0b751f]"
/* SCSS */
$brand: #0b751f;
/* SwiftUI */
Color(red: 0.043, green: 0.459, blue: 0.122)
/* Android */
Color.parseColor("#0b751f")Accessibility — WCAG contrast
Aa
#0b751f on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b751f on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green45.9%
Blue12.2%
CMYK percentages
Cyan90.6%
Magenta0.0%
Yellow73.5%
Key (black)54.1%
Color previews
#0b751f text on a black background
contrast 3.58:1
Card sample
#0b751f text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b751f;
Background color
Panel with #0b751f background
background-color: #0b751f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b751f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 117, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 117, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b751f; background: linear-gradient(135deg, #0b751f, #0B7566);