#999727
a dark, vivid yellow · cool · closest name: olive
RGB
153, 151, 39
HSL
59°, 59%, 38%
CMYK
0, 1, 75, 40
Luminance
0.2905
Every format
| HEX | #999727 |
| RGB | rgb(153, 151, 39) |
| HSL | hsl(59, 59%, 38%) |
| CMYK | cmyk(0%, 1%, 75%, 40%) |
| LAB | lab(60.8 -12.6 55.4) |
| LCH | lch(60.8 56.8 102.9) |
| OKLCH | oklch(0.658 0.129 108.4) |
Copy-ready code
/* CSS */
color: #999727;
background-color: #999727;
/* Tailwind (arbitrary) */
class="text-[#999727] bg-[#999727]"
/* SCSS */
$brand: #999727;
/* SwiftUI */
Color(red: 0.600, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#999727")Accessibility — WCAG contrast
Aa
#999727 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#999727 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow74.5%
Key (black)40.0%
Color previews
#999727 text on a black background
contrast 6.81:1
Card sample
#999727 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999727;
Background color
Panel with #999727 background
background-color: #999727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999727; background: linear-gradient(135deg, #999727, #4F9927);