#6f570b
a deep, electric yellow · cool · closest name: olive
RGB
111, 87, 11
HSL
46°, 82%, 24%
CMYK
0, 22, 90, 57
Luminance
0.1022
Every format
| HEX | #6f570b |
| RGB | rgb(111, 87, 11) |
| HSL | hsl(46, 82%, 24%) |
| CMYK | cmyk(0%, 22%, 90%, 57%) |
| LAB | lab(38.2 2.5 42.9) |
| LCH | lch(38.2 43.0 86.7) |
| OKLCH | oklch(0.469 0.091 89.0) |
Copy-ready code
/* CSS */
color: #6f570b;
background-color: #6f570b;
/* Tailwind (arbitrary) */
class="text-[#6f570b] bg-[#6f570b]"
/* SCSS */
$brand: #6f570b;
/* SwiftUI */
Color(red: 0.435, green: 0.341, blue: 0.043)
/* Android */
Color.parseColor("#6f570b")Accessibility — WCAG contrast
Aa
#6f570b on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f570b on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green34.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow90.1%
Key (black)56.5%
Color previews
#6f570b text on a black background
contrast 3.04:1
Card sample
#6f570b text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f570b;
Background color
Panel with #6f570b background
background-color: #6f570b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f570b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 87, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 87, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f570b; background: linear-gradient(135deg, #6f570b, #446F0B);