#617110
a dark, electric yellow · cool · closest name: olive
RGB
97, 113, 16
HSL
70°, 75%, 25%
CMYK
14, 0, 86, 56
Luminance
0.1439
Every format
| HEX | #617110 |
| RGB | rgb(97, 113, 16) |
| HSL | hsl(70, 75%, 25%) |
| CMYK | cmyk(14%, 0%, 86%, 56%) |
| LAB | lab(44.8 -18.9 46.5) |
| LCH | lch(44.8 50.2 112.1) |
| OKLCH | oklch(0.518 0.116 119.3) |
Copy-ready code
/* CSS */
color: #617110;
background-color: #617110;
/* Tailwind (arbitrary) */
class="text-[#617110] bg-[#617110]"
/* SCSS */
$brand: #617110;
/* SwiftUI */
Color(red: 0.380, green: 0.443, blue: 0.063)
/* Android */
Color.parseColor("#617110")Accessibility — WCAG contrast
Aa
#617110 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#617110 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green44.3%
Blue6.3%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow85.8%
Key (black)55.7%
Color previews
#617110 text on a black background
contrast 3.88:1
Card sample
#617110 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #617110;
Background color
Panel with #617110 background
background-color: #617110;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #617110;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 113, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 113, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #617110; background: linear-gradient(135deg, #617110, #207110);