#615009
a deep, electric yellow · cool · closest name: olive
RGB
97, 80, 9
HSL
48°, 83%, 21%
CMYK
0, 18, 91, 62
Luminance
0.0830
Every format
| HEX | #615009 |
| RGB | rgb(97, 80, 9) |
| HSL | hsl(48, 83%, 21%) |
| CMYK | cmyk(0%, 18%, 91%, 62%) |
| LAB | lab(34.6 -0.4 39.9) |
| LCH | lch(34.6 39.9 90.5) |
| OKLCH | oklch(0.436 0.085 93.9) |
Copy-ready code
/* CSS */
color: #615009;
background-color: #615009;
/* Tailwind (arbitrary) */
class="text-[#615009] bg-[#615009]"
/* SCSS */
$brand: #615009;
/* SwiftUI */
Color(red: 0.380, green: 0.314, blue: 0.035)
/* Android */
Color.parseColor("#615009")Accessibility — WCAG contrast
Aa
#615009 on white: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#615009 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green31.4%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow90.7%
Key (black)62.0%
Color previews
#615009 text on a black background
contrast 2.66:1
Card sample
#615009 text on a white background
contrast 7.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #615009;
Background color
Panel with #615009 background
background-color: #615009;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #615009;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 80, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 80, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #615009; background: linear-gradient(135deg, #615009, #376109);