#655708
a deep, electric yellow · cool · closest name: olive
RGB
101, 87, 8
HSL
51°, 85%, 21%
CMYK
0, 14, 92, 60
Luminance
0.0960
Every format
| HEX | #655708 |
| RGB | rgb(101, 87, 8) |
| HSL | hsl(51, 85%, 21%) |
| CMYK | cmyk(0%, 14%, 92%, 60%) |
| LAB | lab(37.1 -2.6 42.4) |
| LCH | lch(37.1 42.5 93.5) |
| OKLCH | oklch(0.457 0.091 97.8) |
Copy-ready code
/* CSS */
color: #655708;
background-color: #655708;
/* Tailwind (arbitrary) */
class="text-[#655708] bg-[#655708]"
/* SCSS */
$brand: #655708;
/* SwiftUI */
Color(red: 0.396, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#655708")Accessibility — WCAG contrast
Aa
#655708 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#655708 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow92.1%
Key (black)60.4%
Color previews
#655708 text on a black background
contrast 2.92:1
Card sample
#655708 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655708;
Background color
Panel with #655708 background
background-color: #655708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655708; background: linear-gradient(135deg, #655708, #356508);