#765c13
a dark, vivid yellow · warm · closest name: olive
RGB
118, 92, 19
HSL
44°, 72%, 27%
CMYK
0, 22, 84, 54
Luminance
0.1155
Every format
| HEX | #765c13 |
| RGB | rgb(118, 92, 19) |
| HSL | hsl(44, 72%, 27%) |
| CMYK | cmyk(0%, 22%, 84%, 54%) |
| LAB | lab(40.5 3.2 42.6) |
| LCH | lch(40.5 42.7 85.7) |
| OKLCH | oklch(0.488 0.092 87.5) |
Copy-ready code
/* CSS */
color: #765c13;
background-color: #765c13;
/* Tailwind (arbitrary) */
class="text-[#765c13] bg-[#765c13]"
/* SCSS */
$brand: #765c13;
/* SwiftUI */
Color(red: 0.463, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#765c13")Accessibility — WCAG contrast
Aa
#765c13 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765c13 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green36.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow83.9%
Key (black)53.7%
Color previews
#765c13 text on a black background
contrast 3.31:1
Card sample
#765c13 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765c13;
Background color
Panel with #765c13 background
background-color: #765c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765c13; background: linear-gradient(135deg, #765c13, #4E7613);