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