#655521
a dark, vivid yellow · cool · closest name: sienna
RGB
101, 85, 33
HSL
46°, 51%, 26%
CMYK
0, 16, 67, 60
Luminance
0.0937
Every format
| HEX | #655521 |
| RGB | rgb(101, 85, 33) |
| HSL | hsl(46, 51%, 26%) |
| CMYK | cmyk(0%, 16%, 67%, 60%) |
| LAB | lab(36.7 -0.2 32.0) |
| LCH | lch(36.7 32.0 90.3) |
| OKLCH | oklch(0.454 0.073 92.1) |
Copy-ready code
/* CSS */
color: #655521;
background-color: #655521;
/* Tailwind (arbitrary) */
class="text-[#655521] bg-[#655521]"
/* SCSS */
$brand: #655521;
/* SwiftUI */
Color(red: 0.396, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#655521")Accessibility — WCAG contrast
Aa
#655521 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#655521 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta15.8%
Yellow67.3%
Key (black)60.4%
Color previews
#655521 text on a black background
contrast 2.87:1
Card sample
#655521 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655521;
Background color
Panel with #655521 background
background-color: #655521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655521; background: linear-gradient(135deg, #655521, #486521);