#708200
a dark, electric yellow · cool · closest name: olive
RGB
112, 130, 0
HSL
68°, 100%, 26%
CMYK
14, 0, 100, 49
Luminance
0.1941
Every format
| HEX | #708200 |
| RGB | rgb(112, 130, 0) |
| HSL | hsl(68, 100%, 26%) |
| CMYK | cmyk(14%, 0%, 100%, 49%) |
| LAB | lab(51.2 -21.3 55.6) |
| LCH | lch(51.2 59.5 111.0) |
| OKLCH | oklch(0.572 0.134 119.0) |
Copy-ready code
/* CSS */
color: #708200;
background-color: #708200;
/* Tailwind (arbitrary) */
class="text-[#708200] bg-[#708200]"
/* SCSS */
$brand: #708200;
/* SwiftUI */
Color(red: 0.439, green: 0.510, blue: 0.000)
/* Android */
Color.parseColor("#708200")Accessibility — WCAG contrast
Aa
#708200 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708200 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green51.0%
Blue0.0%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow100.0%
Key (black)49.0%
Color previews
#708200 text on a black background
contrast 4.88:1
Card sample
#708200 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708200;
Background color
Panel with #708200 background
background-color: #708200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 130, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 130, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708200; background: linear-gradient(135deg, #708200, #198200);