#7e693f
a dark, soft yellow · warm · closest name: gray
RGB
126, 105, 63
HSL
40°, 33%, 37%
CMYK
0, 17, 50, 51
Luminance
0.1490
Every format
| HEX | #7e693f |
| RGB | rgb(126, 105, 63) |
| HSL | hsl(40, 33%, 37%) |
| CMYK | cmyk(0%, 17%, 50%, 51%) |
| LAB | lab(45.5 2.4 26.6) |
| LCH | lch(45.5 26.7 84.8) |
| OKLCH | oklch(0.531 0.065 83.8) |
Copy-ready code
/* CSS */
color: #7e693f;
background-color: #7e693f;
/* Tailwind (arbitrary) */
class="text-[#7e693f] bg-[#7e693f]"
/* SCSS */
$brand: #7e693f;
/* SwiftUI */
Color(red: 0.494, green: 0.412, blue: 0.247)
/* Android */
Color.parseColor("#7e693f")Accessibility — WCAG contrast
Aa
#7e693f on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7e693f on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green41.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow50.0%
Key (black)50.6%
Color previews
#7e693f text on a black background
contrast 3.98:1
Card sample
#7e693f text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7e693f;
Background color
Panel with #7e693f background
background-color: #7e693f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7e693f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 105, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 105, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7e693f; background: linear-gradient(135deg, #7e693f, #697E3F);