#9ca708
a dark, electric yellow · cool · closest name: olive
RGB
156, 167, 8
HSL
64°, 91%, 34%
CMYK
7, 0, 95, 35
Luminance
0.3472
Every format
| HEX | #9ca708 |
| RGB | rgb(156, 167, 8) |
| HSL | hsl(64, 91%, 34%) |
| CMYK | cmyk(7%, 0%, 95%, 35%) |
| LAB | lab(65.5 -20.4 66.7) |
| LCH | lch(65.5 69.8 107.0) |
| OKLCH | oklch(0.696 0.155 114.4) |
Copy-ready code
/* CSS */
color: #9ca708;
background-color: #9ca708;
/* Tailwind (arbitrary) */
class="text-[#9ca708] bg-[#9ca708]"
/* SCSS */
$brand: #9ca708;
/* SwiftUI */
Color(red: 0.612, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#9ca708")Accessibility — WCAG contrast
Aa
#9ca708 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ca708 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green65.5%
Blue3.1%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow95.2%
Key (black)34.5%
Color previews
#9ca708 text on a black background
contrast 7.94:1
Card sample
#9ca708 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ca708;
Background color
Panel with #9ca708 background
background-color: #9ca708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ca708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ca708; background: linear-gradient(135deg, #9ca708, #32A708);