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