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