#869421
a dark, vivid yellow · cool · closest name: olive
RGB
134, 148, 33
HSL
67°, 64%, 36%
CMYK
10, 0, 78, 42
Luminance
0.2636
Every format
| HEX | #869421 |
| RGB | rgb(134, 148, 33) |
| HSL | hsl(67, 64%, 36%) |
| CMYK | cmyk(10%, 0%, 78%, 42%) |
| LAB | lab(58.4 -19.8 54.6) |
| LCH | lch(58.4 58.1 109.9) |
| OKLCH | oklch(0.634 0.134 116.6) |
Copy-ready code
/* CSS */
color: #869421;
background-color: #869421;
/* Tailwind (arbitrary) */
class="text-[#869421] bg-[#869421]"
/* SCSS */
$brand: #869421;
/* SwiftUI */
Color(red: 0.525, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#869421")Accessibility — WCAG contrast
Aa
#869421 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#869421 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green58.0%
Blue12.9%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#869421 text on a black background
contrast 6.27:1
Card sample
#869421 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #869421;
Background color
Panel with #869421 background
background-color: #869421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #869421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #869421; background: linear-gradient(135deg, #869421, #399421);