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