#879310
a dark, electric yellow · cool · closest name: olive
RGB
135, 147, 16
HSL
66°, 80%, 32%
CMYK
8, 0, 89, 42
Luminance
0.2606
Every format
| HEX | #879310 |
| RGB | rgb(135, 147, 16) |
| HSL | hsl(66, 80%, 32%) |
| CMYK | cmyk(8%, 0%, 89%, 42%) |
| LAB | lab(58.1 -19.4 58.9) |
| LCH | lch(58.1 62.0 108.2) |
| OKLCH | oklch(0.632 0.140 115.5) |
Copy-ready code
/* CSS */
color: #879310;
background-color: #879310;
/* Tailwind (arbitrary) */
class="text-[#879310] bg-[#879310]"
/* SCSS */
$brand: #879310;
/* SwiftUI */
Color(red: 0.529, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#879310")Accessibility — WCAG contrast
Aa
#879310 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#879310 on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green57.6%
Blue6.3%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#879310 text on a black background
contrast 6.21:1
Card sample
#879310 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #879310;
Background color
Panel with #879310 background
background-color: #879310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #879310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #879310; background: linear-gradient(135deg, #879310, #309310);