#788430
a dark, vivid yellow · cool · closest name: olivedrab
RGB
120, 132, 48
HSL
69°, 47%, 35%
CMYK
9, 0, 64, 48
Luminance
0.2071
Every format
| HEX | #788430 |
| RGB | rgb(120, 132, 48) |
| HSL | hsl(69, 47%, 35%) |
| CMYK | cmyk(9%, 0%, 64%, 48%) |
| LAB | lab(52.6 -16.7 42.5) |
| LCH | lch(52.6 45.7 111.5) |
| OKLCH | oklch(0.586 0.109 116.8) |
Copy-ready code
/* CSS */
color: #788430;
background-color: #788430;
/* Tailwind (arbitrary) */
class="text-[#788430] bg-[#788430]"
/* SCSS */
$brand: #788430;
/* SwiftUI */
Color(red: 0.471, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#788430")Accessibility — WCAG contrast
Aa
#788430 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#788430 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green51.8%
Blue18.8%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow63.6%
Key (black)48.2%
Color previews
#788430 text on a black background
contrast 5.14:1
Card sample
#788430 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #788430;
Background color
Panel with #788430 background
background-color: #788430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #788430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #788430; background: linear-gradient(135deg, #788430, #408430);