#707a21
a dark, vivid yellow · cool · closest name: olive
RGB
112, 122, 33
HSL
67°, 57%, 30%
CMYK
8, 0, 73, 52
Luminance
0.1747
Every format
| HEX | #707a21 |
| RGB | rgb(112, 122, 33) |
| HSL | hsl(67, 57%, 30%) |
| CMYK | cmyk(8%, 0%, 73%, 52%) |
| LAB | lab(48.9 -16.0 44.9) |
| LCH | lch(48.9 47.7 109.6) |
| OKLCH | oklch(0.554 0.111 115.7) |
Copy-ready code
/* CSS */
color: #707a21;
background-color: #707a21;
/* Tailwind (arbitrary) */
class="text-[#707a21] bg-[#707a21]"
/* SCSS */
$brand: #707a21;
/* SwiftUI */
Color(red: 0.439, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#707a21")Accessibility — WCAG contrast
Aa
#707a21 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707a21 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green47.8%
Blue12.9%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow73.0%
Key (black)52.2%
Color previews
#707a21 text on a black background
contrast 4.49:1
Card sample
#707a21 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707a21;
Background color
Panel with #707a21 background
background-color: #707a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707a21; background: linear-gradient(135deg, #707a21, #357A21);