#765521
a dark, vivid orange · warm · closest name: sienna
RGB
118, 85, 33
HSL
37°, 56%, 30%
CMYK
0, 28, 72, 54
Luminance
0.1046
Every format
| HEX | #765521 |
| RGB | rgb(118, 85, 33) |
| HSL | hsl(37, 56%, 30%) |
| CMYK | cmyk(0%, 28%, 72%, 54%) |
| LAB | lab(38.6 8.1 34.6) |
| LCH | lch(38.6 35.6 76.9) |
| OKLCH | oklch(0.474 0.081 75.7) |
Copy-ready code
/* CSS */
color: #765521;
background-color: #765521;
/* Tailwind (arbitrary) */
class="text-[#765521] bg-[#765521]"
/* SCSS */
$brand: #765521;
/* SwiftUI */
Color(red: 0.463, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#765521")Accessibility — WCAG contrast
Aa
#765521 on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#765521 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow72.0%
Key (black)53.7%
Color previews
#765521 text on a black background
contrast 3.09:1
Card sample
#765521 text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #765521;
Background color
Panel with #765521 background
background-color: #765521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #765521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #765521; background: linear-gradient(135deg, #765521, #5E7621);