#626241
a dark, soft yellow · cool · closest name: gray
RGB
98, 98, 65
HSL
60°, 20%, 32%
CMYK
0, 0, 34, 62
Luminance
0.1171
Every format
| HEX | #626241 |
| RGB | rgb(98, 98, 65) |
| HSL | hsl(60, 20%, 32%) |
| CMYK | cmyk(0%, 0%, 34%, 62%) |
| LAB | lab(40.8 -5.8 18.8) |
| LCH | lch(40.8 19.7 107.1) |
| OKLCH | oklch(0.487 0.049 108.1) |
Copy-ready code
/* CSS */
color: #626241;
background-color: #626241;
/* Tailwind (arbitrary) */
class="text-[#626241] bg-[#626241]"
/* SCSS */
$brand: #626241;
/* SwiftUI */
Color(red: 0.384, green: 0.384, blue: 0.255)
/* Android */
Color.parseColor("#626241")Accessibility — WCAG contrast
Aa
#626241 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#626241 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green38.4%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow33.7%
Key (black)61.6%
Color previews
#626241 text on a black background
contrast 3.34:1
Card sample
#626241 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626241;
Background color
Panel with #626241 background
background-color: #626241;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626241;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 98, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 98, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626241; background: linear-gradient(135deg, #626241, #4C6241);