#868608
a dark, electric yellow · cool · “olive”
RGB
134, 134, 8
HSL
60°, 89%, 28%
CMYK
0, 0, 94, 48
Luminance
0.2214
Every format
| HEX | #868608 |
| RGB | rgb(134, 134, 8) |
| HSL | hsl(60, 89%, 28%) |
| CMYK | cmyk(0%, 0%, 94%, 48%) |
| LAB | lab(54.2 -13.2 57.2) |
| LCH | lch(54.2 58.7 103.0) |
| OKLCH | oklch(0.600 0.129 109.7) |
Copy-ready code
/* CSS */
color: #868608;
background-color: #868608;
/* Tailwind (arbitrary) */
class="text-[#868608] bg-[#868608]"
/* SCSS */
$brand: #868608;
/* SwiftUI */
Color(red: 0.525, green: 0.525, blue: 0.031)
/* Android */
Color.parseColor("#868608")Accessibility — WCAG contrast
Aa
#868608 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#868608 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green52.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow94.0%
Key (black)47.5%
Color previews
#868608 text on a black background
contrast 5.43:1
Card sample
#868608 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #868608;
Background color
Panel with #868608 background
background-color: #868608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #868608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 134, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 134, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #868608; background: linear-gradient(135deg, #868608, #328608);