#99991f
a dark, vivid yellow · cool · closest name: olive
RGB
153, 153, 31
HSL
60°, 66%, 36%
CMYK
0, 0, 80, 40
Luminance
0.2965
Every format
| HEX | #99991f |
| RGB | rgb(153, 153, 31) |
| HSL | hsl(60, 66%, 36%) |
| CMYK | cmyk(0%, 0%, 80%, 40%) |
| LAB | lab(61.4 -14.0 58.5) |
| LCH | lch(61.4 60.1 103.5) |
| OKLCH | oklch(0.662 0.135 109.6) |
Copy-ready code
/* CSS */
color: #99991f;
background-color: #99991f;
/* Tailwind (arbitrary) */
class="text-[#99991f] bg-[#99991f]"
/* SCSS */
$brand: #99991f;
/* SwiftUI */
Color(red: 0.600, green: 0.600, blue: 0.122)
/* Android */
Color.parseColor("#99991f")Accessibility — WCAG contrast
Aa
#99991f on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#99991f on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green60.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow79.7%
Key (black)40.0%
Color previews
#99991f text on a black background
contrast 6.93:1
Card sample
#99991f text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99991f;
Background color
Panel with #99991f background
background-color: #99991f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99991f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 153, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 153, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99991f; background: linear-gradient(135deg, #99991f, #48991F);