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