#7ba331
a dark, vivid green · cool · closest name: olivedrab
RGB
123, 163, 49
HSL
81°, 54%, 42%
CMYK
25, 0, 70, 36
Luminance
0.3063
Every format
| HEX | #7ba331 |
| RGB | rgb(123, 163, 49) |
| HSL | hsl(81, 54%, 42%) |
| CMYK | cmyk(25%, 0%, 70%, 36%) |
| LAB | lab(62.2 -30.9 52.2) |
| LCH | lch(62.2 60.7 120.6) |
| OKLCH | oklch(0.664 0.147 126.9) |
Copy-ready code
/* CSS */
color: #7ba331;
background-color: #7ba331;
/* Tailwind (arbitrary) */
class="text-[#7ba331] bg-[#7ba331]"
/* SCSS */
$brand: #7ba331;
/* SwiftUI */
Color(red: 0.482, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#7ba331")Accessibility — WCAG contrast
Aa
#7ba331 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba331 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.9%
Blue19.2%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#7ba331 text on a black background
contrast 7.13:1
Card sample
#7ba331 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba331;
Background color
Panel with #7ba331 background
background-color: #7ba331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba331; background: linear-gradient(135deg, #7ba331, #31A333);