#6f5607
a deep, electric yellow · cool · closest name: olive
RGB
111, 86, 7
HSL
46°, 88%, 23%
CMYK
0, 23, 94, 57
Luminance
0.1005
Every format
| HEX | #6f5607 |
| RGB | rgb(111, 86, 7) |
| HSL | hsl(46, 88%, 23%) |
| CMYK | cmyk(0%, 23%, 94%, 57%) |
| LAB | lab(37.9 3.0 43.8) |
| LCH | lch(37.9 43.9 86.1) |
| OKLCH | oklch(0.466 0.092 88.3) |
Copy-ready code
/* CSS */
color: #6f5607;
background-color: #6f5607;
/* Tailwind (arbitrary) */
class="text-[#6f5607] bg-[#6f5607]"
/* SCSS */
$brand: #6f5607;
/* SwiftUI */
Color(red: 0.435, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#6f5607")Accessibility — WCAG contrast
Aa
#6f5607 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6f5607 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow93.7%
Key (black)56.5%
Color previews
#6f5607 text on a black background
contrast 3.01:1
Card sample
#6f5607 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f5607;
Background color
Panel with #6f5607 background
background-color: #6f5607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f5607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f5607; background: linear-gradient(135deg, #6f5607, #436F07);