#757607
a deep, electric yellow · cool · closest name: olive
RGB
117, 118, 7
HSL
61°, 89%, 25%
CMYK
1, 0, 94, 54
Luminance
0.1675
Every format
| HEX | #757607 |
| RGB | rgb(117, 118, 7) |
| HSL | hsl(61, 89%, 25%) |
| CMYK | cmyk(1%, 0%, 94%, 54%) |
| LAB | lab(48.0 -12.5 51.9) |
| LCH | lch(48.0 53.4 103.6) |
| OKLCH | oklch(0.547 0.117 110.3) |
Copy-ready code
/* CSS */
color: #757607;
background-color: #757607;
/* Tailwind (arbitrary) */
class="text-[#757607] bg-[#757607]"
/* SCSS */
$brand: #757607;
/* SwiftUI */
Color(red: 0.459, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#757607")Accessibility — WCAG contrast
Aa
#757607 on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757607 on black: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#757607 text on a black background
contrast 4.35:1
Card sample
#757607 text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757607;
Background color
Panel with #757607 background
background-color: #757607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757607; background: linear-gradient(135deg, #757607, #2B7607);