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