#696159
a dark, muted orange · warm · closest name: gray
RGB
105, 97, 89
HSL
30°, 8%, 38%
CMYK
0, 8, 15, 59
Luminance
0.1227
Every format
| HEX | #696159 |
| RGB | rgb(105, 97, 89) |
| HSL | hsl(30, 8%, 38%) |
| CMYK | cmyk(0%, 8%, 15%, 59%) |
| LAB | lab(41.6 1.7 5.7) |
| LCH | lch(41.6 6.0 73.7) |
| OKLCH | oklch(0.498 0.016 67.4) |
Copy-ready code
/* CSS */
color: #696159;
background-color: #696159;
/* Tailwind (arbitrary) */
class="text-[#696159] bg-[#696159]"
/* SCSS */
$brand: #696159;
/* SwiftUI */
Color(red: 0.412, green: 0.380, blue: 0.349)
/* Android */
Color.parseColor("#696159")Accessibility — WCAG contrast
Aa
#696159 on white: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696159 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green38.0%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow15.2%
Key (black)58.8%
Color previews
#696159 text on a black background
contrast 3.45:1
Card sample
#696159 text on a white background
contrast 6.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696159;
Background color
Panel with #696159 background
background-color: #696159;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696159;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 97, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 97, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696159; background: linear-gradient(135deg, #696159, #666959);