#626310
a deep, vivid yellow · cool · closest name: olive
RGB
98, 99, 16
HSL
61°, 72%, 23%
CMYK
1, 0, 84, 61
Luminance
0.1156
Every format
| HEX | #626310 |
| RGB | rgb(98, 99, 16) |
| HSL | hsl(61, 72%, 23%) |
| CMYK | cmyk(1%, 0%, 84%, 61%) |
| LAB | lab(40.5 -10.8 42.8) |
| LCH | lch(40.5 44.1 104.1) |
| OKLCH | oklch(0.483 0.099 110.3) |
Copy-ready code
/* CSS */
color: #626310;
background-color: #626310;
/* Tailwind (arbitrary) */
class="text-[#626310] bg-[#626310]"
/* SCSS */
$brand: #626310;
/* SwiftUI */
Color(red: 0.384, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#626310")Accessibility — WCAG contrast
Aa
#626310 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#626310 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green38.8%
Blue6.3%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow83.8%
Key (black)61.2%
Color previews
#626310 text on a black background
contrast 3.31:1
Card sample
#626310 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626310;
Background color
Panel with #626310 background
background-color: #626310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626310; background: linear-gradient(135deg, #626310, #2B6310);