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