#605313
a deep, vivid yellow · cool · closest name: olive
RGB
96, 83, 19
HSL
50°, 67%, 23%
CMYK
0, 14, 80, 62
Luminance
0.0872
Every format
| HEX | #605313 |
| RGB | rgb(96, 83, 19) |
| HSL | hsl(50, 67%, 23%) |
| CMYK | cmyk(0%, 14%, 80%, 62%) |
| LAB | lab(35.4 -2.3 37.0) |
| LCH | lch(35.4 37.1 93.5) |
| OKLCH | oklch(0.443 0.082 97.2) |
Copy-ready code
/* CSS */
color: #605313;
background-color: #605313;
/* Tailwind (arbitrary) */
class="text-[#605313] bg-[#605313]"
/* SCSS */
$brand: #605313;
/* SwiftUI */
Color(red: 0.376, green: 0.325, blue: 0.075)
/* Android */
Color.parseColor("#605313")Accessibility — WCAG contrast
Aa
#605313 on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#605313 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green32.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow80.2%
Key (black)62.4%
Color previews
#605313 text on a black background
contrast 2.74:1
Card sample
#605313 text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #605313;
Background color
Panel with #605313 background
background-color: #605313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #605313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 83, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 83, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #605313; background: linear-gradient(135deg, #605313, #3A6013);