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