#859913
a dark, electric yellow · cool · closest name: olivedrab
RGB
133, 153, 19
HSL
69°, 78%, 34%
CMYK
13, 0, 88, 40
Luminance
0.2782
Every format
| HEX | #859913 |
| RGB | rgb(133, 153, 19) |
| HSL | hsl(69, 78%, 34%) |
| CMYK | cmyk(13%, 0%, 88%, 40%) |
| LAB | lab(59.7 -23.3 59.6) |
| LCH | lch(59.7 64.0 111.3) |
| OKLCH | oklch(0.645 0.146 118.8) |
Copy-ready code
/* CSS */
color: #859913;
background-color: #859913;
/* Tailwind (arbitrary) */
class="text-[#859913] bg-[#859913]"
/* SCSS */
$brand: #859913;
/* SwiftUI */
Color(red: 0.522, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#859913")Accessibility — WCAG contrast
Aa
#859913 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#859913 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green60.0%
Blue7.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow87.6%
Key (black)40.0%
Color previews
#859913 text on a black background
contrast 6.56:1
Card sample
#859913 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #859913;
Background color
Panel with #859913 background
background-color: #859913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #859913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #859913; background: linear-gradient(135deg, #859913, #2C9913);