#6e570b
a deep, electric yellow · cool · closest name: olive
RGB
110, 87, 11
HSL
46°, 82%, 24%
CMYK
0, 21, 90, 57
Luminance
0.1016
Every format
| HEX | #6e570b |
| RGB | rgb(110, 87, 11) |
| HSL | hsl(46, 82%, 24%) |
| CMYK | cmyk(0%, 21%, 90%, 57%) |
| LAB | lab(38.1 2.0 42.8) |
| LCH | lch(38.1 42.8 87.4) |
| OKLCH | oklch(0.467 0.091 89.8) |
Copy-ready code
/* CSS */
color: #6e570b;
background-color: #6e570b;
/* Tailwind (arbitrary) */
class="text-[#6e570b] bg-[#6e570b]"
/* SCSS */
$brand: #6e570b;
/* SwiftUI */
Color(red: 0.431, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#6e570b")Accessibility — WCAG contrast
Aa
#6e570b on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e570b on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow90.0%
Key (black)56.9%
Color previews
#6e570b text on a black background
contrast 3.03:1
Card sample
#6e570b text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e570b;
Background color
Panel with #6e570b background
background-color: #6e570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e570b; background: linear-gradient(135deg, #6e570b, #436E0B);