#65543f
a dark, soft orange · warm · closest name: gray
RGB
101, 84, 63
HSL
33°, 23%, 32%
CMYK
0, 17, 38, 60
Luminance
0.0947
Every format
| HEX | #65543f |
| RGB | rgb(101, 84, 63) |
| HSL | hsl(33, 23%, 32%) |
| CMYK | cmyk(0%, 17%, 38%, 60%) |
| LAB | lab(36.9 3.6 14.9) |
| LCH | lch(36.9 15.3 76.3) |
| OKLCH | oklch(0.457 0.039 72.5) |
Copy-ready code
/* CSS */
color: #65543f;
background-color: #65543f;
/* Tailwind (arbitrary) */
class="text-[#65543f] bg-[#65543f]"
/* SCSS */
$brand: #65543f;
/* SwiftUI */
Color(red: 0.396, green: 0.329, blue: 0.247)
/* Android */
Color.parseColor("#65543f")Accessibility — WCAG contrast
Aa
#65543f on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65543f on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green32.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow37.6%
Key (black)60.4%
Color previews
#65543f text on a black background
contrast 2.89:1
Card sample
#65543f text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65543f;
Background color
Panel with #65543f background
background-color: #65543f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65543f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 84, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 84, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65543f; background: linear-gradient(135deg, #65543f, #5D653F);