#6c570b
a deep, electric yellow · cool · closest name: olive
RGB
108, 87, 11
HSL
47°, 82%, 23%
CMYK
0, 19, 90, 58
Luminance
0.1003
Every format
| HEX | #6c570b |
| RGB | rgb(108, 87, 11) |
| HSL | hsl(47, 82%, 23%) |
| CMYK | cmyk(0%, 19%, 90%, 58%) |
| LAB | lab(37.9 1.0 42.5) |
| LCH | lch(37.9 42.5 88.7) |
| OKLCH | oklch(0.465 0.091 91.6) |
Copy-ready code
/* CSS */
color: #6c570b;
background-color: #6c570b;
/* Tailwind (arbitrary) */
class="text-[#6c570b] bg-[#6c570b]"
/* SCSS */
$brand: #6c570b;
/* SwiftUI */
Color(red: 0.424, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#6c570b")Accessibility — WCAG contrast
Aa
#6c570b on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6c570b on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow89.8%
Key (black)57.6%
Color previews
#6c570b text on a black background
contrast 3.01:1
Card sample
#6c570b text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c570b;
Background color
Panel with #6c570b background
background-color: #6c570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c570b; background: linear-gradient(135deg, #6c570b, #406C0B);