#6a570b
a deep, electric yellow · cool · closest name: olive
RGB
106, 87, 11
HSL
48°, 81%, 23%
CMYK
0, 18, 90, 58
Luminance
0.0990
Every format
| HEX | #6a570b |
| RGB | rgb(106, 87, 11) |
| HSL | hsl(48, 81%, 23%) |
| CMYK | cmyk(0%, 18%, 90%, 58%) |
| LAB | lab(37.7 -0.0 42.2) |
| LCH | lch(37.7 42.2 90.0) |
| OKLCH | oklch(0.463 0.090 93.3) |
Copy-ready code
/* CSS */
color: #6a570b;
background-color: #6a570b;
/* Tailwind (arbitrary) */
class="text-[#6a570b] bg-[#6a570b]"
/* SCSS */
$brand: #6a570b;
/* SwiftUI */
Color(red: 0.416, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#6a570b")Accessibility — WCAG contrast
Aa
#6a570b on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6a570b on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow89.6%
Key (black)58.4%
Color previews
#6a570b text on a black background
contrast 2.98:1
Card sample
#6a570b text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a570b;
Background color
Panel with #6a570b background
background-color: #6a570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a570b; background: linear-gradient(135deg, #6a570b, #3E6A0B);