#838621
a dark, vivid yellow · cool · closest name: olive
RGB
131, 134, 33
HSL
62°, 61%, 33%
CMYK
2, 0, 75, 48
Luminance
0.2199
Every format
| HEX | #838621 |
| RGB | rgb(131, 134, 33) |
| HSL | hsl(62, 61%, 33%) |
| CMYK | cmyk(2%, 0%, 75%, 48%) |
| LAB | lab(54.0 -13.8 50.4) |
| LCH | lch(54.0 52.3 105.3) |
| OKLCH | oklch(0.599 0.119 111.2) |
Copy-ready code
/* CSS */
color: #838621;
background-color: #838621;
/* Tailwind (arbitrary) */
class="text-[#838621] bg-[#838621]"
/* SCSS */
$brand: #838621;
/* SwiftUI */
Color(red: 0.514, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#838621")Accessibility — WCAG contrast
Aa
#838621 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838621 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green52.5%
Blue12.9%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#838621 text on a black background
contrast 5.40:1
Card sample
#838621 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838621;
Background color
Panel with #838621 background
background-color: #838621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838621; background: linear-gradient(135deg, #838621, #408621);