#625021
a dark, vivid yellow · warm · closest name: sienna
RGB
98, 80, 33
HSL
43°, 50%, 26%
CMYK
0, 18, 66, 62
Luminance
0.0844
Every format
| HEX | #625021 |
| RGB | rgb(98, 80, 33) |
| HSL | hsl(43, 50%, 26%) |
| CMYK | cmyk(0%, 18%, 66%, 62%) |
| LAB | lab(34.9 1.4 29.9) |
| LCH | lch(34.9 29.9 87.3) |
| OKLCH | oklch(0.439 0.069 88.3) |
Copy-ready code
/* CSS */
color: #625021;
background-color: #625021;
/* Tailwind (arbitrary) */
class="text-[#625021] bg-[#625021]"
/* SCSS */
$brand: #625021;
/* SwiftUI */
Color(red: 0.384, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#625021")Accessibility — WCAG contrast
Aa
#625021 on white: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#625021 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow66.3%
Key (black)61.6%
Color previews
#625021 text on a black background
contrast 2.69:1
Card sample
#625021 text on a white background
contrast 7.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #625021;
Background color
Panel with #625021 background
background-color: #625021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #625021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #625021; background: linear-gradient(135deg, #625021, #496221);