#968f13
a dark, electric yellow · cool · closest name: olive
RGB
150, 143, 19
HSL
57°, 78%, 33%
CMYK
0, 5, 87, 41
Luminance
0.2618
Every format
| HEX | #968f13 |
| RGB | rgb(150, 143, 19) |
| HSL | hsl(57, 78%, 33%) |
| CMYK | cmyk(0%, 5%, 87%, 41%) |
| LAB | lab(58.2 -10.5 58.9) |
| LCH | lch(58.2 59.8 100.1) |
| OKLCH | oklch(0.636 0.131 106.0) |
Copy-ready code
/* CSS */
color: #968f13;
background-color: #968f13;
/* Tailwind (arbitrary) */
class="text-[#968f13] bg-[#968f13]"
/* SCSS */
$brand: #968f13;
/* SwiftUI */
Color(red: 0.588, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#968f13")Accessibility — WCAG contrast
Aa
#968f13 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#968f13 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow87.3%
Key (black)41.2%
Color previews
#968f13 text on a black background
contrast 6.24:1
Card sample
#968f13 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968f13;
Background color
Panel with #968f13 background
background-color: #968f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968f13; background: linear-gradient(135deg, #968f13, #469613);