#869708
a dark, electric yellow · cool · closest name: olive
RGB
134, 151, 8
HSL
67°, 90%, 31%
CMYK
11, 0, 95, 41
Luminance
0.2722
Every format
| HEX | #869708 |
| RGB | rgb(134, 151, 8) |
| HSL | hsl(67, 90%, 31%) |
| CMYK | cmyk(11%, 0%, 95%, 41%) |
| LAB | lab(59.2 -22.0 61.1) |
| LCH | lch(59.2 64.9 109.8) |
| OKLCH | oklch(0.641 0.146 117.5) |
Copy-ready code
/* CSS */
color: #869708;
background-color: #869708;
/* Tailwind (arbitrary) */
class="text-[#869708] bg-[#869708]"
/* SCSS */
$brand: #869708;
/* SwiftUI */
Color(red: 0.525, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#869708")Accessibility — WCAG contrast
Aa
#869708 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#869708 on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.2%
Blue3.1%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow94.7%
Key (black)40.8%
Color previews
#869708 text on a black background
contrast 6.44:1
Card sample
#869708 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #869708;
Background color
Panel with #869708 background
background-color: #869708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #869708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #869708; background: linear-gradient(135deg, #869708, #279708);