#728310
a dark, electric yellow · cool · closest name: olive
RGB
114, 131, 16
HSL
69°, 78%, 29%
CMYK
13, 0, 88, 49
Luminance
0.1985
Every format
| HEX | #728310 |
| RGB | rgb(114, 131, 16) |
| HSL | hsl(69, 78%, 29%) |
| CMYK | cmyk(13%, 0%, 88%, 49%) |
| LAB | lab(51.7 -20.6 52.9) |
| LCH | lch(51.7 56.8 111.2) |
| OKLCH | oklch(0.576 0.130 118.6) |
Copy-ready code
/* CSS */
color: #728310;
background-color: #728310;
/* Tailwind (arbitrary) */
class="text-[#728310] bg-[#728310]"
/* SCSS */
$brand: #728310;
/* SwiftUI */
Color(red: 0.447, green: 0.514, blue: 0.063)
/* Android */
Color.parseColor("#728310")Accessibility — WCAG contrast
Aa
#728310 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#728310 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green51.4%
Blue6.3%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow87.8%
Key (black)48.6%
Color previews
#728310 text on a black background
contrast 4.97:1
Card sample
#728310 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #728310;
Background color
Panel with #728310 background
background-color: #728310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #728310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 131, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 131, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #728310; background: linear-gradient(135deg, #728310, #258310);