#615607
a deep, electric yellow · cool · closest name: olive
RGB
97, 86, 7
HSL
53°, 87%, 20%
CMYK
0, 11, 93, 62
Luminance
0.0921
Every format
| HEX | #615607 |
| RGB | rgb(97, 86, 7) |
| HSL | hsl(53, 87%, 20%) |
| CMYK | cmyk(0%, 11%, 93%, 62%) |
| LAB | lab(36.4 -4.0 41.9) |
| LCH | lch(36.4 42.1 95.5) |
| OKLCH | oklch(0.450 0.091 100.4) |
Copy-ready code
/* CSS */
color: #615607;
background-color: #615607;
/* Tailwind (arbitrary) */
class="text-[#615607] bg-[#615607]"
/* SCSS */
$brand: #615607;
/* SwiftUI */
Color(red: 0.380, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#615607")Accessibility — WCAG contrast
Aa
#615607 on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#615607 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow92.8%
Key (black)62.0%
Color previews
#615607 text on a black background
contrast 2.84:1
Card sample
#615607 text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #615607;
Background color
Panel with #615607 background
background-color: #615607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #615607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #615607; background: linear-gradient(135deg, #615607, #306107);