#728607
a dark, electric yellow · cool · closest name: olivedrab
RGB
114, 134, 7
HSL
69°, 90%, 28%
CMYK
15, 0, 95, 48
Luminance
0.2064
Every format
| HEX | #728607 |
| RGB | rgb(114, 134, 7) |
| HSL | hsl(69, 90%, 28%) |
| CMYK | cmyk(15%, 0%, 95%, 48%) |
| LAB | lab(52.6 -22.3 55.4) |
| LCH | lch(52.6 59.7 111.9) |
| OKLCH | oklch(0.583 0.136 119.7) |
Copy-ready code
/* CSS */
color: #728607;
background-color: #728607;
/* Tailwind (arbitrary) */
class="text-[#728607] bg-[#728607]"
/* SCSS */
$brand: #728607;
/* SwiftUI */
Color(red: 0.447, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#728607")Accessibility — WCAG contrast
Aa
#728607 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#728607 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green52.5%
Blue2.7%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#728607 text on a black background
contrast 5.13:1
Card sample
#728607 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #728607;
Background color
Panel with #728607 background
background-color: #728607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #728607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #728607; background: linear-gradient(135deg, #728607, #1D8607);