#867c01
a dark, electric yellow · cool · closest name: olive
RGB
134, 124, 1
HSL
56°, 99%, 27%
CMYK
0, 8, 99, 48
Luminance
0.1949
Every format
| HEX | #867c01 |
| RGB | rgb(134, 124, 1) |
| HSL | hsl(56, 99%, 27%) |
| CMYK | cmyk(0%, 8%, 99%, 48%) |
| LAB | lab(51.3 -7.9 56.3) |
| LCH | lch(51.3 56.8 98.0) |
| OKLCH | oklch(0.577 0.121 103.9) |
Copy-ready code
/* CSS */
color: #867c01;
background-color: #867c01;
/* Tailwind (arbitrary) */
class="text-[#867c01] bg-[#867c01]"
/* SCSS */
$brand: #867c01;
/* SwiftUI */
Color(red: 0.525, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#867c01")Accessibility — WCAG contrast
Aa
#867c01 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#867c01 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow99.3%
Key (black)47.5%
Color previews
#867c01 text on a black background
contrast 4.90:1
Card sample
#867c01 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867c01;
Background color
Panel with #867c01 background
background-color: #867c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867c01; background: linear-gradient(135deg, #867c01, #378601);