#626a39
a dark, soft yellow · cool · closest name: seagreen
RGB
98, 106, 57
HSL
70°, 30%, 32%
CMYK
8, 0, 46, 58
Luminance
0.1320
Every format
| HEX | #626a39 |
| RGB | rgb(98, 106, 57) |
| HSL | hsl(70, 30%, 32%) |
| CMYK | cmyk(8%, 0%, 46%, 58%) |
| LAB | lab(43.1 -11.4 26.4) |
| LCH | lch(43.1 28.8 113.4) |
| OKLCH | oklch(0.505 0.071 116.6) |
Copy-ready code
/* CSS */
color: #626a39;
background-color: #626a39;
/* Tailwind (arbitrary) */
class="text-[#626a39] bg-[#626a39]"
/* SCSS */
$brand: #626a39;
/* SwiftUI */
Color(red: 0.384, green: 0.416, blue: 0.224)
/* Android */
Color.parseColor("#626a39")Accessibility — WCAG contrast
Aa
#626a39 on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#626a39 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green41.6%
Blue22.4%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow46.2%
Key (black)58.4%
Color previews
#626a39 text on a black background
contrast 3.64:1
Card sample
#626a39 text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626a39;
Background color
Panel with #626a39 background
background-color: #626a39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626a39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 106, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 106, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626a39; background: linear-gradient(135deg, #626a39, #416A39);