#757706
a deep, electric yellow · cool · closest name: olive
RGB
117, 119, 6
HSL
61°, 90%, 25%
CMYK
2, 0, 95, 53
Luminance
0.1699
Every format
| HEX | #757706 |
| RGB | rgb(117, 119, 6) |
| HSL | hsl(61, 90%, 25%) |
| CMYK | cmyk(2%, 0%, 95%, 53%) |
| LAB | lab(48.3 -13.1 52.3) |
| LCH | lch(48.3 53.9 104.0) |
| OKLCH | oklch(0.549 0.119 110.9) |
Copy-ready code
/* CSS */
color: #757706;
background-color: #757706;
/* Tailwind (arbitrary) */
class="text-[#757706] bg-[#757706]"
/* SCSS */
$brand: #757706;
/* SwiftUI */
Color(red: 0.459, green: 0.467, blue: 0.024)
/* Android */
Color.parseColor("#757706")Accessibility — WCAG contrast
Aa
#757706 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757706 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green46.7%
Blue2.4%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow95.0%
Key (black)53.3%
Color previews
#757706 text on a black background
contrast 4.40:1
Card sample
#757706 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757706;
Background color
Panel with #757706 background
background-color: #757706;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757706;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 119, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 119, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757706; background: linear-gradient(135deg, #757706, #2A7706);