#655c21
a dark, vivid yellow · cool · closest name: olive
RGB
101, 92, 33
HSL
52°, 51%, 26%
CMYK
0, 9, 67, 60
Luminance
0.1053
Every format
| HEX | #655c21 |
| RGB | rgb(101, 92, 33) |
| HSL | hsl(52, 51%, 26%) |
| CMYK | cmyk(0%, 9%, 67%, 60%) |
| LAB | lab(38.8 -4.3 34.2) |
| LCH | lch(38.8 34.5 97.2) |
| OKLCH | oklch(0.471 0.079 100.6) |
Copy-ready code
/* CSS */
color: #655c21;
background-color: #655c21;
/* Tailwind (arbitrary) */
class="text-[#655c21] bg-[#655c21]"
/* SCSS */
$brand: #655c21;
/* SwiftUI */
Color(red: 0.396, green: 0.361, blue: 0.129)
/* Android */
Color.parseColor("#655c21")Accessibility — WCAG contrast
Aa
#655c21 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655c21 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green36.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow67.3%
Key (black)60.4%
Color previews
#655c21 text on a black background
contrast 3.11:1
Card sample
#655c21 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655c21;
Background color
Panel with #655c21 background
background-color: #655c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 92, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 92, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655c21; background: linear-gradient(135deg, #655c21, #416521);