#626421
a dark, vivid yellow · cool · closest name: olive
RGB
98, 100, 33
HSL
62°, 50%, 26%
CMYK
2, 0, 67, 61
Luminance
0.1182
Every format
| HEX | #626421 |
| RGB | rgb(98, 100, 33) |
| HSL | hsl(62, 50%, 26%) |
| CMYK | cmyk(2%, 0%, 67%, 61%) |
| LAB | lab(40.9 -10.4 36.4) |
| LCH | lch(40.9 37.9 105.9) |
| OKLCH | oklch(0.487 0.088 110.9) |
Copy-ready code
/* CSS */
color: #626421;
background-color: #626421;
/* Tailwind (arbitrary) */
class="text-[#626421] bg-[#626421]"
/* SCSS */
$brand: #626421;
/* SwiftUI */
Color(red: 0.384, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#626421")Accessibility — WCAG contrast
Aa
#626421 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#626421 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green39.2%
Blue12.9%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#626421 text on a black background
contrast 3.36:1
Card sample
#626421 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626421;
Background color
Panel with #626421 background
background-color: #626421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626421; background: linear-gradient(135deg, #626421, #356421);