#6c6607
a deep, electric yellow · cool · closest name: olive
RGB
108, 102, 7
HSL
56°, 88%, 23%
CMYK
0, 6, 94, 58
Luminance
0.1271
Every format
| HEX | #6c6607 |
| RGB | rgb(108, 102, 7) |
| HSL | hsl(56, 88%, 23%) |
| CMYK | cmyk(0%, 6%, 94%, 58%) |
| LAB | lab(42.3 -7.9 47.1) |
| LCH | lch(42.3 47.8 99.5) |
| OKLCH | oklch(0.500 0.104 105.4) |
Copy-ready code
/* CSS */
color: #6c6607;
background-color: #6c6607;
/* Tailwind (arbitrary) */
class="text-[#6c6607] bg-[#6c6607]"
/* SCSS */
$brand: #6c6607;
/* SwiftUI */
Color(red: 0.424, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#6c6607")Accessibility — WCAG contrast
Aa
#6c6607 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c6607 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow93.5%
Key (black)57.6%
Color previews
#6c6607 text on a black background
contrast 3.54:1
Card sample
#6c6607 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c6607;
Background color
Panel with #6c6607 background
background-color: #6c6607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c6607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c6607; background: linear-gradient(135deg, #6c6607, #2F6C07);