#869721
a dark, vivid yellow · cool · closest name: olivedrab
RGB
134, 151, 33
HSL
69°, 64%, 36%
CMYK
11, 0, 78, 41
Luminance
0.2731
Every format
| HEX | #869721 |
| RGB | rgb(134, 151, 33) |
| HSL | hsl(69, 64%, 36%) |
| CMYK | cmyk(11%, 0%, 78%, 41%) |
| LAB | lab(59.3 -21.3 55.4) |
| LCH | lch(59.3 59.4 111.0) |
| OKLCH | oklch(0.641 0.138 117.8) |
Copy-ready code
/* CSS */
color: #869721;
background-color: #869721;
/* Tailwind (arbitrary) */
class="text-[#869721] bg-[#869721]"
/* SCSS */
$brand: #869721;
/* SwiftUI */
Color(red: 0.525, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#869721")Accessibility — WCAG contrast
Aa
#869721 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#869721 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green59.2%
Blue12.9%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow78.1%
Key (black)40.8%
Color previews
#869721 text on a black background
contrast 6.46:1
Card sample
#869721 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #869721;
Background color
Panel with #869721 background
background-color: #869721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #869721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #869721; background: linear-gradient(135deg, #869721, #379721);