#778b13
a dark, electric green · cool · closest name: olivedrab
RGB
119, 139, 19
HSL
70°, 76%, 31%
CMYK
14, 0, 86, 46
Luminance
0.2243
Every format
| HEX | #778b13 |
| RGB | rgb(119, 139, 19) |
| HSL | hsl(70, 76%, 31%) |
| CMYK | cmyk(14%, 0%, 86%, 46%) |
| LAB | lab(54.5 -22.3 54.8) |
| LCH | lch(54.5 59.1 112.2) |
| OKLCH | oklch(0.600 0.136 119.6) |
Copy-ready code
/* CSS */
color: #778b13;
background-color: #778b13;
/* Tailwind (arbitrary) */
class="text-[#778b13] bg-[#778b13]"
/* SCSS */
$brand: #778b13;
/* SwiftUI */
Color(red: 0.467, green: 0.545, blue: 0.075)
/* Android */
Color.parseColor("#778b13")Accessibility — WCAG contrast
Aa
#778b13 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#778b13 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green54.5%
Blue7.5%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow86.3%
Key (black)45.5%
Color previews
#778b13 text on a black background
contrast 5.49:1
Card sample
#778b13 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #778b13;
Background color
Panel with #778b13 background
background-color: #778b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #778b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 139, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 139, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #778b13; background: linear-gradient(135deg, #778b13, #278B13);