#707e21
a dark, vivid yellow · cool · closest name: olivedrab
RGB
112, 126, 33
HSL
69°, 59%, 31%
CMYK
11, 0, 74, 51
Luminance
0.1848
Every format
| HEX | #707e21 |
| RGB | rgb(112, 126, 33) |
| HSL | hsl(69, 59%, 31%) |
| CMYK | cmyk(11%, 0%, 74%, 51%) |
| LAB | lab(50.1 -18.1 46.1) |
| LCH | lch(50.1 49.5 111.5) |
| OKLCH | oklch(0.563 0.116 117.8) |
Copy-ready code
/* CSS */
color: #707e21;
background-color: #707e21;
/* Tailwind (arbitrary) */
class="text-[#707e21] bg-[#707e21]"
/* SCSS */
$brand: #707e21;
/* SwiftUI */
Color(red: 0.439, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#707e21")Accessibility — WCAG contrast
Aa
#707e21 on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#707e21 on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green49.4%
Blue12.9%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow73.8%
Key (black)50.6%
Color previews
#707e21 text on a black background
contrast 4.70:1
Card sample
#707e21 text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707e21;
Background color
Panel with #707e21 background
background-color: #707e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707e21; background: linear-gradient(135deg, #707e21, #327E21);