#605117
a deep, vivid yellow · cool · closest name: olive
RGB
96, 81, 23
HSL
48°, 61%, 23%
CMYK
0, 16, 76, 62
Luminance
0.0843
Every format
| HEX | #605117 |
| RGB | rgb(96, 81, 23) |
| HSL | hsl(48, 61%, 23%) |
| CMYK | cmyk(0%, 16%, 76%, 62%) |
| LAB | lab(34.9 -0.9 34.8) |
| LCH | lch(34.9 34.8 91.4) |
| OKLCH | oklch(0.438 0.078 94.2) |
Copy-ready code
/* CSS */
color: #605117;
background-color: #605117;
/* Tailwind (arbitrary) */
class="text-[#605117] bg-[#605117]"
/* SCSS */
$brand: #605117;
/* SwiftUI */
Color(red: 0.376, green: 0.318, blue: 0.090)
/* Android */
Color.parseColor("#605117")Accessibility — WCAG contrast
Aa
#605117 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#605117 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green31.8%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow76.0%
Key (black)62.4%
Color previews
#605117 text on a black background
contrast 2.69:1
Card sample
#605117 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605117;
Background color
Panel with #605117 background
background-color: #605117;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605117;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 81, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 81, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605117; background: linear-gradient(135deg, #605117, #3E6017);