#625a21
a dark, vivid yellow · cool · closest name: olive
RGB
98, 90, 33
HSL
53°, 50%, 26%
CMYK
0, 8, 66, 62
Luminance
0.1002
Every format
| HEX | #625a21 |
| RGB | rgb(98, 90, 33) |
| HSL | hsl(53, 50%, 26%) |
| CMYK | cmyk(0%, 8%, 66%, 62%) |
| LAB | lab(37.9 -4.6 33.2) |
| LCH | lch(37.9 33.5 97.9) |
| OKLCH | oklch(0.463 0.077 101.3) |
Copy-ready code
/* CSS */
color: #625a21;
background-color: #625a21;
/* Tailwind (arbitrary) */
class="text-[#625a21] bg-[#625a21]"
/* SCSS */
$brand: #625a21;
/* SwiftUI */
Color(red: 0.384, green: 0.353, blue: 0.129)
/* Android */
Color.parseColor("#625a21")Accessibility — WCAG contrast
Aa
#625a21 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#625a21 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green35.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow66.3%
Key (black)61.6%
Color previews
#625a21 text on a black background
contrast 3.00:1
Card sample
#625a21 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #625a21;
Background color
Panel with #625a21 background
background-color: #625a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #625a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 90, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 90, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #625a21; background: linear-gradient(135deg, #625a21, #3F6221);