#9c9f13
a dark, electric yellow · cool · closest name: olive
RGB
156, 159, 19
HSL
61°, 79%, 35%
CMYK
2, 0, 88, 38
Luminance
0.3191
Every format
| HEX | #9c9f13 |
| RGB | rgb(156, 159, 19) |
| HSL | hsl(61, 79%, 35%) |
| CMYK | cmyk(2%, 0%, 88%, 38%) |
| LAB | lab(63.3 -16.2 63.2) |
| LCH | lch(63.3 65.3 104.3) |
| OKLCH | oklch(0.678 0.145 111.1) |
Copy-ready code
/* CSS */
color: #9c9f13;
background-color: #9c9f13;
/* Tailwind (arbitrary) */
class="text-[#9c9f13] bg-[#9c9f13]"
/* SCSS */
$brand: #9c9f13;
/* SwiftUI */
Color(red: 0.612, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#9c9f13")Accessibility — WCAG contrast
Aa
#9c9f13 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9c9f13 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green62.4%
Blue7.5%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow88.1%
Key (black)37.6%
Color previews
#9c9f13 text on a black background
contrast 7.38:1
Card sample
#9c9f13 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9c9f13;
Background color
Panel with #9c9f13 background
background-color: #9c9f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9c9f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9c9f13; background: linear-gradient(135deg, #9c9f13, #3F9F13);