#655f13
a deep, vivid yellow · cool · closest name: olive
RGB
101, 95, 19
HSL
56°, 68%, 24%
CMYK
0, 6, 81, 60
Luminance
0.1100
Every format
| HEX | #655f13 |
| RGB | rgb(101, 95, 19) |
| HSL | hsl(56, 68%, 24%) |
| CMYK | cmyk(0%, 6%, 81%, 60%) |
| LAB | lab(39.6 -6.9 41.1) |
| LCH | lch(39.6 41.6 99.5) |
| OKLCH | oklch(0.477 0.093 104.7) |
Copy-ready code
/* CSS */
color: #655f13;
background-color: #655f13;
/* Tailwind (arbitrary) */
class="text-[#655f13] bg-[#655f13]"
/* SCSS */
$brand: #655f13;
/* SwiftUI */
Color(red: 0.396, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#655f13")Accessibility — WCAG contrast
Aa
#655f13 on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655f13 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow81.2%
Key (black)60.4%
Color previews
#655f13 text on a black background
contrast 3.20:1
Card sample
#655f13 text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655f13;
Background color
Panel with #655f13 background
background-color: #655f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655f13; background: linear-gradient(135deg, #655f13, #346513);