#757513
a dark, vivid yellow · cool · closest name: olive
RGB
117, 117, 19
HSL
60°, 72%, 27%
CMYK
0, 0, 84, 54
Luminance
0.1655
Every format
| HEX | #757513 |
| RGB | rgb(117, 117, 19) |
| HSL | hsl(60, 72%, 27%) |
| CMYK | cmyk(0%, 0%, 84%, 54%) |
| LAB | lab(47.7 -11.6 48.9) |
| LCH | lch(47.7 50.2 103.4) |
| OKLCH | oklch(0.545 0.112 109.6) |
Copy-ready code
/* CSS */
color: #757513;
background-color: #757513;
/* Tailwind (arbitrary) */
class="text-[#757513] bg-[#757513]"
/* SCSS */
$brand: #757513;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.075)
/* Android */
Color.parseColor("#757513")Accessibility — WCAG contrast
Aa
#757513 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757513 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow83.8%
Key (black)54.1%
Color previews
#757513 text on a black background
contrast 4.31:1
Card sample
#757513 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757513;
Background color
Panel with #757513 background
background-color: #757513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757513; background: linear-gradient(135deg, #757513, #347513);