#788200
a dark, electric yellow · cool · closest name: olive
RGB
120, 130, 0
HSL
65°, 100%, 26%
CMYK
8, 0, 100, 49
Luminance
0.1996
Every format
| HEX | #788200 |
| RGB | rgb(120, 130, 0) |
| HSL | hsl(65, 100%, 26%) |
| CMYK | cmyk(8%, 0%, 100%, 49%) |
| LAB | lab(51.8 -17.7 56.3) |
| LCH | lch(51.8 59.0 107.4) |
| OKLCH | oklch(0.578 0.131 115.0) |
Copy-ready code
/* CSS */
color: #788200;
background-color: #788200;
/* Tailwind (arbitrary) */
class="text-[#788200] bg-[#788200]"
/* SCSS */
$brand: #788200;
/* SwiftUI */
Color(red: 0.471, green: 0.510, blue: 0.000)
/* Android */
Color.parseColor("#788200")Accessibility — WCAG contrast
Aa
#788200 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788200 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green51.0%
Blue0.0%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow100.0%
Key (black)49.0%
Color previews
#788200 text on a black background
contrast 4.99:1
Card sample
#788200 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788200;
Background color
Panel with #788200 background
background-color: #788200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 130, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 130, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788200; background: linear-gradient(135deg, #788200, #218200);