#625721
a dark, vivid yellow · cool · closest name: olive
RGB
98, 87, 33
HSL
50°, 50%, 26%
CMYK
0, 11, 66, 62
Luminance
0.0952
Every format
| HEX | #625721 |
| RGB | rgb(98, 87, 33) |
| HSL | hsl(50, 50%, 26%) |
| CMYK | cmyk(0%, 11%, 66%, 62%) |
| LAB | lab(37.0 -2.8 32.2) |
| LCH | lch(37.0 32.3 95.0) |
| OKLCH | oklch(0.456 0.074 97.8) |
Copy-ready code
/* CSS */
color: #625721;
background-color: #625721;
/* Tailwind (arbitrary) */
class="text-[#625721] bg-[#625721]"
/* SCSS */
$brand: #625721;
/* SwiftUI */
Color(red: 0.384, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#625721")Accessibility — WCAG contrast
Aa
#625721 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#625721 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow66.3%
Key (black)61.6%
Color previews
#625721 text on a black background
contrast 2.90:1
Card sample
#625721 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #625721;
Background color
Panel with #625721 background
background-color: #625721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #625721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #625721; background: linear-gradient(135deg, #625721, #426221);