#625421
a dark, vivid yellow · cool · closest name: sienna
RGB
98, 84, 33
HSL
47°, 50%, 26%
CMYK
0, 14, 66, 62
Luminance
0.0905
Every format
| HEX | #625421 |
| RGB | rgb(98, 84, 33) |
| HSL | hsl(47, 50%, 26%) |
| CMYK | cmyk(0%, 14%, 66%, 62%) |
| LAB | lab(36.1 -1.0 31.2) |
| LCH | lch(36.1 31.2 91.9) |
| OKLCH | oklch(0.449 0.072 93.9) |
Copy-ready code
/* CSS */
color: #625421;
background-color: #625421;
/* Tailwind (arbitrary) */
class="text-[#625421] bg-[#625421]"
/* SCSS */
$brand: #625421;
/* SwiftUI */
Color(red: 0.384, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#625421")Accessibility — WCAG contrast
Aa
#625421 on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#625421 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow66.3%
Key (black)61.6%
Color previews
#625421 text on a black background
contrast 2.81:1
Card sample
#625421 text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #625421;
Background color
Panel with #625421 background
background-color: #625421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #625421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #625421; background: linear-gradient(135deg, #625421, #456221);