#765b09
a deep, electric yellow · cool · closest name: olive
RGB
118, 91, 9
HSL
45°, 86%, 25%
CMYK
0, 23, 92, 54
Luminance
0.1135
Every format
| HEX | #765b09 |
| RGB | rgb(118, 91, 9) |
| HSL | hsl(45, 86%, 25%) |
| CMYK | cmyk(0%, 23%, 92%, 54%) |
| LAB | lab(40.2 3.5 45.4) |
| LCH | lch(40.2 45.5 85.6) |
| OKLCH | oklch(0.485 0.096 87.6) |
Copy-ready code
/* CSS */
color: #765b09;
background-color: #765b09;
/* Tailwind (arbitrary) */
class="text-[#765b09] bg-[#765b09]"
/* SCSS */
$brand: #765b09;
/* SwiftUI */
Color(red: 0.463, green: 0.357, blue: 0.035)
/* Android */
Color.parseColor("#765b09")Accessibility — WCAG contrast
Aa
#765b09 on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765b09 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green35.7%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow92.4%
Key (black)53.7%
Color previews
#765b09 text on a black background
contrast 3.27:1
Card sample
#765b09 text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765b09;
Background color
Panel with #765b09 background
background-color: #765b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 91, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 91, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765b09; background: linear-gradient(135deg, #765b09, #487609);