#999933
a dark, vivid yellow · cool · closest name: olive
RGB
153, 153, 51
HSL
60°, 50%, 40%
CMYK
0, 0, 67, 40
Luminance
0.2979
Every format
| HEX | #999933 |
| RGB | rgb(153, 153, 51) |
| HSL | hsl(60, 50%, 40%) |
| CMYK | cmyk(0%, 0%, 67%, 40%) |
| LAB | lab(61.5 -13.1 51.4) |
| LCH | lch(61.5 53.0 104.3) |
| OKLCH | oklch(0.663 0.123 109.3) |
Copy-ready code
/* CSS */
color: #999933;
background-color: #999933;
/* Tailwind (arbitrary) */
class="text-[#999933] bg-[#999933]"
/* SCSS */
$brand: #999933;
/* SwiftUI */
Color(red: 0.600, green: 0.600, blue: 0.200)
/* Android */
Color.parseColor("#999933")Accessibility — WCAG contrast
Aa
#999933 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#999933 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green60.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow66.7%
Key (black)40.0%
Color previews
#999933 text on a black background
contrast 6.96:1
Card sample
#999933 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999933;
Background color
Panel with #999933 background
background-color: #999933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 153, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 153, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999933; background: linear-gradient(135deg, #999933, #559933);