#0b7204
a deep, electric green · cool · closest name: green
RGB
11, 114, 4
HSL
116°, 93%, 23%
CMYK
90, 0, 97, 55
Luminance
0.1211
Every format
| HEX | #0b7204 |
| RGB | rgb(11, 114, 4) |
| HSL | hsl(116, 93%, 23%) |
| CMYK | cmyk(90%, 0%, 97%, 55%) |
| LAB | lab(41.4 -46.4 45.1) |
| LCH | lch(41.4 64.7 135.8) |
| OKLCH | oklch(0.480 0.160 142.2) |
Copy-ready code
/* CSS */
color: #0b7204;
background-color: #0b7204;
/* Tailwind (arbitrary) */
class="text-[#0b7204] bg-[#0b7204]"
/* SCSS */
$brand: #0b7204;
/* SwiftUI */
Color(red: 0.043, green: 0.447, blue: 0.016)
/* Android */
Color.parseColor("#0b7204")Accessibility — WCAG contrast
Aa
#0b7204 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0b7204 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green44.7%
Blue1.6%
CMYK percentages
Cyan90.4%
Magenta0.0%
Yellow96.5%
Key (black)55.3%
Color previews
#0b7204 text on a black background
contrast 3.42:1
Card sample
#0b7204 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b7204;
Background color
Panel with #0b7204 background
background-color: #0b7204;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b7204;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 114, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 114, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b7204; background: linear-gradient(135deg, #0b7204, #047246);