#996600
a dark, electric yellow · warm · closest name: peru
RGB
153, 102, 0
HSL
40°, 100%, 30%
CMYK
0, 33, 100, 40
Luminance
0.1628
Every format
| HEX | #996600 |
| RGB | rgb(153, 102, 0) |
| HSL | hsl(40, 100%, 30%) |
| CMYK | cmyk(0%, 33%, 100%, 40%) |
| LAB | lab(47.3 13.6 54.7) |
| LCH | lch(47.3 56.4 76.1) |
| OKLCH | oklch(0.551 0.116 74.8) |
Copy-ready code
/* CSS */
color: #996600;
background-color: #996600;
/* Tailwind (arbitrary) */
class="text-[#996600] bg-[#996600]"
/* SCSS */
$brand: #996600;
/* SwiftUI */
Color(red: 0.600, green: 0.400, blue: 0.000)
/* Android */
Color.parseColor("#996600")Accessibility — WCAG contrast
Aa
#996600 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#996600 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green40.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow100.0%
Key (black)40.0%
Color previews
#996600 text on a black background
contrast 4.26:1
Card sample
#996600 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #996600;
Background color
Panel with #996600 background
background-color: #996600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #996600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 102, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 102, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #996600; background: linear-gradient(135deg, #996600, #669900);