#625310
a deep, vivid yellow · cool · closest name: olive
RGB
98, 83, 16
HSL
49°, 72%, 22%
CMYK
0, 15, 84, 62
Luminance
0.0882
Every format
| HEX | #625310 |
| RGB | rgb(98, 83, 16) |
| HSL | hsl(49, 72%, 22%) |
| CMYK | cmyk(0%, 15%, 84%, 62%) |
| LAB | lab(35.6 -1.4 38.5) |
| LCH | lch(35.6 38.5 92.1) |
| OKLCH | oklch(0.445 0.084 95.6) |
Copy-ready code
/* CSS */
color: #625310;
background-color: #625310;
/* Tailwind (arbitrary) */
class="text-[#625310] bg-[#625310]"
/* SCSS */
$brand: #625310;
/* SwiftUI */
Color(red: 0.384, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#625310")Accessibility — WCAG contrast
Aa
#625310 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#625310 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow83.7%
Key (black)61.6%
Color previews
#625310 text on a black background
contrast 2.76:1
Card sample
#625310 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #625310;
Background color
Panel with #625310 background
background-color: #625310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #625310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #625310; background: linear-gradient(135deg, #625310, #3A6210);