#65521f
a dark, vivid yellow · warm · closest name: sienna
RGB
101, 82, 31
HSL
44°, 53%, 26%
CMYK
0, 19, 69, 60
Luminance
0.0890
Every format
| HEX | #65521f |
| RGB | rgb(101, 82, 31) |
| HSL | hsl(44, 53%, 26%) |
| CMYK | cmyk(0%, 19%, 69%, 60%) |
| LAB | lab(35.8 1.5 32.0) |
| LCH | lch(35.8 32.0 87.3) |
| OKLCH | oklch(0.447 0.073 88.5) |
Copy-ready code
/* CSS */
color: #65521f;
background-color: #65521f;
/* Tailwind (arbitrary) */
class="text-[#65521f] bg-[#65521f]"
/* SCSS */
$brand: #65521f;
/* SwiftUI */
Color(red: 0.396, green: 0.322, blue: 0.122)
/* Android */
Color.parseColor("#65521f")Accessibility — WCAG contrast
Aa
#65521f on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#65521f on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green32.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow69.3%
Key (black)60.4%
Color previews
#65521f text on a black background
contrast 2.78:1
Card sample
#65521f text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65521f;
Background color
Panel with #65521f background
background-color: #65521f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65521f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 82, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 82, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65521f; background: linear-gradient(135deg, #65521f, #49651F);