#615621
a dark, vivid yellow · cool · closest name: olive
RGB
97, 86, 33
HSL
50°, 49%, 26%
CMYK
0, 11, 66, 62
Luminance
0.0931
Every format
| HEX | #615621 |
| RGB | rgb(97, 86, 33) |
| HSL | hsl(50, 49%, 26%) |
| CMYK | cmyk(0%, 11%, 66%, 62%) |
| LAB | lab(36.6 -2.7 31.7) |
| LCH | lch(36.6 31.8 94.9) |
| OKLCH | oklch(0.452 0.073 97.6) |
Copy-ready code
/* CSS */
color: #615621;
background-color: #615621;
/* Tailwind (arbitrary) */
class="text-[#615621] bg-[#615621]"
/* SCSS */
$brand: #615621;
/* SwiftUI */
Color(red: 0.380, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#615621")Accessibility — WCAG contrast
Aa
#615621 on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#615621 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green33.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow66.0%
Key (black)62.0%
Color previews
#615621 text on a black background
contrast 2.86:1
Card sample
#615621 text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #615621;
Background color
Panel with #615621 background
background-color: #615621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #615621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #615621; background: linear-gradient(135deg, #615621, #416121);