#615313
a deep, vivid yellow · cool · closest name: olive
RGB
97, 83, 19
HSL
49°, 67%, 23%
CMYK
0, 14, 80, 62
Luminance
0.0877
Every format
| HEX | #615313 |
| RGB | rgb(97, 83, 19) |
| HSL | hsl(49, 67%, 23%) |
| CMYK | cmyk(0%, 14%, 80%, 62%) |
| LAB | lab(35.5 -1.8 37.2) |
| LCH | lch(35.5 37.2 92.8) |
| OKLCH | oklch(0.444 0.082 96.2) |
Copy-ready code
/* CSS */
color: #615313;
background-color: #615313;
/* Tailwind (arbitrary) */
class="text-[#615313] bg-[#615313]"
/* SCSS */
$brand: #615313;
/* SwiftUI */
Color(red: 0.380, green: 0.325, blue: 0.075)
/* Android */
Color.parseColor("#615313")Accessibility — WCAG contrast
Aa
#615313 on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#615313 on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green32.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow80.4%
Key (black)62.0%
Color previews
#615313 text on a black background
contrast 2.75:1
Card sample
#615313 text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #615313;
Background color
Panel with #615313 background
background-color: #615313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #615313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 83, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 83, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #615313; background: linear-gradient(135deg, #615313, #3B6113);