#829438
a dark, vivid green · cool · closest name: olivedrab
RGB
130, 148, 56
HSL
72°, 45%, 40%
CMYK
12, 0, 62, 42
Luminance
0.2621
Every format
| HEX | #829438 |
| RGB | rgb(130, 148, 56) |
| HSL | hsl(72, 45%, 40%) |
| CMYK | cmyk(12%, 0%, 62%, 42%) |
| LAB | lab(58.2 -20.1 45.2) |
| LCH | lch(58.2 49.5 114.0) |
| OKLCH | oklch(0.633 0.119 119.3) |
Copy-ready code
/* CSS */
color: #829438;
background-color: #829438;
/* Tailwind (arbitrary) */
class="text-[#829438] bg-[#829438]"
/* SCSS */
$brand: #829438;
/* SwiftUI */
Color(red: 0.510, green: 0.580, blue: 0.220)
/* Android */
Color.parseColor("#829438")Accessibility — WCAG contrast
Aa
#829438 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#829438 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green58.0%
Blue22.0%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow62.2%
Key (black)42.0%
Color previews
#829438 text on a black background
contrast 6.24:1
Card sample
#829438 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #829438;
Background color
Panel with #829438 background
background-color: #829438;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #829438;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 148, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 148, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #829438; background: linear-gradient(135deg, #829438, #459438);