#616113
a deep, vivid yellow · cool · closest name: olive
RGB
97, 97, 19
HSL
60°, 67%, 23%
CMYK
0, 0, 80, 62
Luminance
0.1114
Every format
| HEX | #616113 |
| RGB | rgb(97, 97, 19) |
| HSL | hsl(60, 67%, 23%) |
| CMYK | cmyk(0%, 0%, 80%, 62%) |
| LAB | lab(39.8 -10.0 41.1) |
| LCH | lch(39.8 42.3 103.6) |
| OKLCH | oklch(0.478 0.096 109.5) |
Copy-ready code
/* CSS */
color: #616113;
background-color: #616113;
/* Tailwind (arbitrary) */
class="text-[#616113] bg-[#616113]"
/* SCSS */
$brand: #616113;
/* SwiftUI */
Color(red: 0.380, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#616113")Accessibility — WCAG contrast
Aa
#616113 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#616113 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow80.4%
Key (black)62.0%
Color previews
#616113 text on a black background
contrast 3.23:1
Card sample
#616113 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #616113;
Background color
Panel with #616113 background
background-color: #616113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #616113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #616113; background: linear-gradient(135deg, #616113, #2D6113);