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