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