#879021
a dark, vivid yellow · cool · closest name: olive
RGB
135, 144, 33
HSL
65°, 63%, 35%
CMYK
6, 0, 77, 44
Luminance
0.2521
Every format
| HEX | #879021 |
| RGB | rgb(135, 144, 33) |
| HSL | hsl(65, 63%, 35%) |
| CMYK | cmyk(6%, 0%, 77%, 44%) |
| LAB | lab(57.3 -17.3 53.6) |
| LCH | lch(57.3 56.3 107.9) |
| OKLCH | oklch(0.626 0.129 114.3) |
Copy-ready code
/* CSS */
color: #879021;
background-color: #879021;
/* Tailwind (arbitrary) */
class="text-[#879021] bg-[#879021]"
/* SCSS */
$brand: #879021;
/* SwiftUI */
Color(red: 0.529, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#879021")Accessibility — WCAG contrast
Aa
#879021 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#879021 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green56.5%
Blue12.9%
CMYK percentages
Cyan6.2%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#879021 text on a black background
contrast 6.04:1
Card sample
#879021 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #879021;
Background color
Panel with #879021 background
background-color: #879021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #879021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #879021; background: linear-gradient(135deg, #879021, #3D9021);