#868310
a dark, electric yellow · cool · closest name: olive
RGB
134, 131, 16
HSL
59°, 79%, 29%
CMYK
0, 2, 88, 48
Luminance
0.2134
Every format
| HEX | #868310 |
| RGB | rgb(134, 131, 16) |
| HSL | hsl(59, 79%, 29%) |
| CMYK | cmyk(0%, 2%, 88%, 48%) |
| LAB | lab(53.3 -11.4 55.0) |
| LCH | lch(53.3 56.2 101.7) |
| OKLCH | oklch(0.594 0.124 108.0) |
Copy-ready code
/* CSS */
color: #868310;
background-color: #868310;
/* Tailwind (arbitrary) */
class="text-[#868310] bg-[#868310]"
/* SCSS */
$brand: #868310;
/* SwiftUI */
Color(red: 0.525, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#868310")Accessibility — WCAG contrast
Aa
#868310 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#868310 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green51.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow88.1%
Key (black)47.5%
Color previews
#868310 text on a black background
contrast 5.27:1
Card sample
#868310 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #868310;
Background color
Panel with #868310 background
background-color: #868310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #868310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #868310; background: linear-gradient(135deg, #868310, #3A8610);