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