#6c6708
a deep, electric yellow · cool · closest name: olive
RGB
108, 103, 8
HSL
57°, 86%, 23%
CMYK
0, 5, 93, 58
Luminance
0.1291
Every format
| HEX | #6c6708 |
| RGB | rgb(108, 103, 8) |
| HSL | hsl(57, 86%, 23%) |
| CMYK | cmyk(0%, 5%, 93%, 58%) |
| LAB | lab(42.6 -8.4 47.1) |
| LCH | lch(42.6 47.9 100.2) |
| OKLCH | oklch(0.502 0.104 106.2) |
Copy-ready code
/* CSS */
color: #6c6708;
background-color: #6c6708;
/* Tailwind (arbitrary) */
class="text-[#6c6708] bg-[#6c6708]"
/* SCSS */
$brand: #6c6708;
/* SwiftUI */
Color(red: 0.424, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#6c6708")Accessibility — WCAG contrast
Aa
#6c6708 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c6708 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow92.6%
Key (black)57.6%
Color previews
#6c6708 text on a black background
contrast 3.58:1
Card sample
#6c6708 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c6708;
Background color
Panel with #6c6708 background
background-color: #6c6708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c6708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c6708; background: linear-gradient(135deg, #6c6708, #2E6C08);