#85940f
a dark, electric yellow · cool · closest name: olive
RGB
133, 148, 15
HSL
67°, 82%, 32%
CMYK
10, 0, 90, 42
Luminance
0.2620
Every format
| HEX | #85940f |
| RGB | rgb(133, 148, 15) |
| HSL | hsl(67, 82%, 32%) |
| CMYK | cmyk(10%, 0%, 90%, 42%) |
| LAB | lab(58.2 -20.8 59.1) |
| LCH | lch(58.2 62.7 109.4) |
| OKLCH | oklch(0.633 0.142 116.8) |
Copy-ready code
/* CSS */
color: #85940f;
background-color: #85940f;
/* Tailwind (arbitrary) */
class="text-[#85940f] bg-[#85940f]"
/* SCSS */
$brand: #85940f;
/* SwiftUI */
Color(red: 0.522, green: 0.580, blue: 0.059)
/* Android */
Color.parseColor("#85940f")Accessibility — WCAG contrast
Aa
#85940f on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#85940f on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green58.0%
Blue5.9%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow89.9%
Key (black)42.0%
Color previews
#85940f text on a black background
contrast 6.24:1
Card sample
#85940f text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85940f;
Background color
Panel with #85940f background
background-color: #85940f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85940f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 148, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 148, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85940f; background: linear-gradient(135deg, #85940f, #2C940F);