#655607
a deep, electric yellow · cool · closest name: olive
RGB
101, 86, 7
HSL
50°, 87%, 21%
CMYK
0, 15, 93, 60
Luminance
0.0944
Every format
| HEX | #655607 |
| RGB | rgb(101, 86, 7) |
| HSL | hsl(50, 87%, 21%) |
| CMYK | cmyk(0%, 15%, 93%, 60%) |
| LAB | lab(36.8 -2.0 42.5) |
| LCH | lch(36.8 42.5 92.7) |
| OKLCH | oklch(0.455 0.091 96.9) |
Copy-ready code
/* CSS */
color: #655607;
background-color: #655607;
/* Tailwind (arbitrary) */
class="text-[#655607] bg-[#655607]"
/* SCSS */
$brand: #655607;
/* SwiftUI */
Color(red: 0.396, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#655607")Accessibility — WCAG contrast
Aa
#655607 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#655607 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow93.1%
Key (black)60.4%
Color previews
#655607 text on a black background
contrast 2.89:1
Card sample
#655607 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655607;
Background color
Panel with #655607 background
background-color: #655607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655607; background: linear-gradient(135deg, #655607, #356507);