#00780b
a deep, electric green · cool · closest name: green
RGB
0, 120, 11
HSL
126°, 100%, 24%
CMYK
100, 0, 91, 53
Luminance
0.1346
Every format
| HEX | #00780b |
| RGB | rgb(0, 120, 11) |
| HSL | hsl(126, 100%, 24%) |
| CMYK | cmyk(100%, 0%, 91%, 53%) |
| LAB | lab(43.4 -48.9 45.2) |
| LCH | lch(43.4 66.6 137.2) |
| OKLCH | oklch(0.497 0.165 143.1) |
Copy-ready code
/* CSS */
color: #00780b;
background-color: #00780b;
/* Tailwind (arbitrary) */
class="text-[#00780b] bg-[#00780b]"
/* SCSS */
$brand: #00780b;
/* SwiftUI */
Color(red: 0.000, green: 0.471, blue: 0.043)
/* Android */
Color.parseColor("#00780b")Accessibility — WCAG contrast
Aa
#00780b on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00780b on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.1%
Blue4.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow90.8%
Key (black)52.9%
Color previews
#00780b text on a black background
contrast 3.69:1
Card sample
#00780b text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00780b;
Background color
Panel with #00780b background
background-color: #00780b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00780b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 120, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 120, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00780b; background: linear-gradient(135deg, #00780b, #00785B);