#626721
a dark, vivid yellow · cool · closest name: olive
RGB
98, 103, 33
HSL
64°, 52%, 27%
CMYK
5, 0, 68, 60
Luminance
0.1241
Every format
| HEX | #626721 |
| RGB | rgb(98, 103, 33) |
| HSL | hsl(64, 52%, 27%) |
| CMYK | cmyk(5%, 0%, 68%, 60%) |
| LAB | lab(41.9 -12.1 37.4) |
| LCH | lch(41.9 39.3 107.9) |
| OKLCH | oklch(0.495 0.092 113.2) |
Copy-ready code
/* CSS */
color: #626721;
background-color: #626721;
/* Tailwind (arbitrary) */
class="text-[#626721] bg-[#626721]"
/* SCSS */
$brand: #626721;
/* SwiftUI */
Color(red: 0.384, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#626721")Accessibility — WCAG contrast
Aa
#626721 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#626721 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green40.4%
Blue12.9%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#626721 text on a black background
contrast 3.48:1
Card sample
#626721 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626721;
Background color
Panel with #626721 background
background-color: #626721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626721; background: linear-gradient(135deg, #626721, #336721);