#53530c
a deep, vivid yellow · cool · closest name: olive
RGB
83, 83, 12
HSL
60°, 75%, 19%
CMYK
0, 0, 86, 68
Luminance
0.0805
Every format
| HEX | #53530c |
| RGB | rgb(83, 83, 12) |
| HSL | hsl(60, 75%, 19%) |
| CMYK | cmyk(0%, 0%, 86%, 68%) |
| LAB | lab(34.1 -9.1 37.9) |
| LCH | lch(34.1 39.0 103.5) |
| OKLCH | oklch(0.429 0.087 109.6) |
Copy-ready code
/* CSS */
color: #53530c;
background-color: #53530c;
/* Tailwind (arbitrary) */
class="text-[#53530c] bg-[#53530c]"
/* SCSS */
$brand: #53530c;
/* SwiftUI */
Color(red: 0.325, green: 0.325, blue: 0.047)
/* Android */
Color.parseColor("#53530c")Accessibility — WCAG contrast
Aa
#53530c on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#53530c on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green32.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow85.5%
Key (black)67.5%
Color previews
#53530c text on a black background
contrast 2.61:1
Card sample
#53530c text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53530c;
Background color
Panel with #53530c background
background-color: #53530c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53530c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 83, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 83, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53530c; background: linear-gradient(135deg, #53530c, #24530C);