#666100
a deep, electric yellow · cool · closest name: olive
RGB
102, 97, 0
HSL
57°, 100%, 20%
CMYK
0, 5, 100, 60
Luminance
0.1137
Every format
| HEX | #666100 |
| RGB | rgb(102, 97, 0) |
| HSL | hsl(57, 100%, 20%) |
| CMYK | cmyk(0%, 5%, 100%, 60%) |
| LAB | lab(40.2 -8.2 47.1) |
| LCH | lch(40.2 47.8 99.8) |
| OKLCH | oklch(0.482 0.103 106.2) |
Copy-ready code
/* CSS */
color: #666100;
background-color: #666100;
/* Tailwind (arbitrary) */
class="text-[#666100] bg-[#666100]"
/* SCSS */
$brand: #666100;
/* SwiftUI */
Color(red: 0.400, green: 0.380, blue: 0.000)
/* Android */
Color.parseColor("#666100")Accessibility — WCAG contrast
Aa
#666100 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#666100 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green38.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow100.0%
Key (black)60.0%
Color previews
#666100 text on a black background
contrast 3.27:1
Card sample
#666100 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #666100;
Background color
Panel with #666100 background
background-color: #666100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #666100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 97, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 97, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #666100; background: linear-gradient(135deg, #666100, #276600);