#758708
a dark, electric yellow · cool · closest name: olive
RGB
117, 135, 8
HSL
69°, 89%, 28%
CMYK
13, 0, 94, 47
Luminance
0.2113
Every format
| HEX | #758708 |
| RGB | rgb(117, 135, 8) |
| HSL | hsl(69, 89%, 28%) |
| CMYK | cmyk(13%, 0%, 94%, 47%) |
| LAB | lab(53.1 -21.5 55.8) |
| LCH | lch(53.1 59.8 111.0) |
| OKLCH | oklch(0.588 0.136 118.8) |
Copy-ready code
/* CSS */
color: #758708;
background-color: #758708;
/* Tailwind (arbitrary) */
class="text-[#758708] bg-[#758708]"
/* SCSS */
$brand: #758708;
/* SwiftUI */
Color(red: 0.459, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#758708")Accessibility — WCAG contrast
Aa
#758708 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#758708 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green52.9%
Blue3.1%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow94.1%
Key (black)47.1%
Color previews
#758708 text on a black background
contrast 5.23:1
Card sample
#758708 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #758708;
Background color
Panel with #758708 background
background-color: #758708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #758708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #758708; background: linear-gradient(135deg, #758708, #208708);