#988c01
a dark, electric yellow · cool · closest name: olive
RGB
152, 140, 1
HSL
55°, 99%, 30%
CMYK
0, 8, 99, 40
Luminance
0.2543
Every format
| HEX | #988c01 |
| RGB | rgb(152, 140, 1) |
| HSL | hsl(55, 99%, 30%) |
| CMYK | cmyk(0%, 8%, 99%, 40%) |
| LAB | lab(57.5 -8.3 61.6) |
| LCH | lch(57.5 62.1 97.6) |
| OKLCH | oklch(0.631 0.133 103.4) |
Copy-ready code
/* CSS */
color: #988c01;
background-color: #988c01;
/* Tailwind (arbitrary) */
class="text-[#988c01] bg-[#988c01]"
/* SCSS */
$brand: #988c01;
/* SwiftUI */
Color(red: 0.596, green: 0.549, blue: 0.004)
/* Android */
Color.parseColor("#988c01")Accessibility — WCAG contrast
Aa
#988c01 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#988c01 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green54.9%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow99.3%
Key (black)40.4%
Color previews
#988c01 text on a black background
contrast 6.09:1
Card sample
#988c01 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #988c01;
Background color
Panel with #988c01 background
background-color: #988c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #988c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 140, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 140, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #988c01; background: linear-gradient(135deg, #988c01, #3F9801);