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