#6e623b
a dark, soft yellow · cool · closest name: gray
RGB
110, 98, 59
HSL
46°, 30%, 33%
CMYK
0, 11, 46, 57
Luminance
0.1237
Every format
| HEX | #6e623b |
| RGB | rgb(110, 98, 59) |
| HSL | hsl(46, 30%, 33%) |
| CMYK | cmyk(0%, 11%, 46%, 57%) |
| LAB | lab(41.8 -1.2 23.9) |
| LCH | lch(41.8 23.9 92.8) |
| OKLCH | oklch(0.498 0.058 92.9) |
Copy-ready code
/* CSS */
color: #6e623b;
background-color: #6e623b;
/* Tailwind (arbitrary) */
class="text-[#6e623b] bg-[#6e623b]"
/* SCSS */
$brand: #6e623b;
/* SwiftUI */
Color(red: 0.431, green: 0.384, blue: 0.231)
/* Android */
Color.parseColor("#6e623b")Accessibility — WCAG contrast
Aa
#6e623b on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6e623b on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green38.4%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow46.4%
Key (black)56.9%
Color previews
#6e623b text on a black background
contrast 3.47:1
Card sample
#6e623b text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6e623b;
Background color
Panel with #6e623b background
background-color: #6e623b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6e623b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 98, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 98, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6e623b; background: linear-gradient(135deg, #6e623b, #586E3B);