#535113
a deep, vivid yellow · cool · closest name: olive
RGB
83, 81, 19
HSL
58°, 63%, 20%
CMYK
0, 2, 77, 68
Luminance
0.0777
Every format
| HEX | #535113 |
| RGB | rgb(83, 81, 19) |
| HSL | hsl(58, 63%, 20%) |
| CMYK | cmyk(0%, 2%, 77%, 68%) |
| LAB | lab(33.5 -7.6 34.7) |
| LCH | lch(33.5 35.5 102.3) |
| OKLCH | oklch(0.424 0.081 107.5) |
Copy-ready code
/* CSS */
color: #535113;
background-color: #535113;
/* Tailwind (arbitrary) */
class="text-[#535113] bg-[#535113]"
/* SCSS */
$brand: #535113;
/* SwiftUI */
Color(red: 0.325, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#535113")Accessibility — WCAG contrast
Aa
#535113 on white: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#535113 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow77.1%
Key (black)67.5%
Color previews
#535113 text on a black background
contrast 2.55:1
Card sample
#535113 text on a white background
contrast 8.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #535113;
Background color
Panel with #535113 background
background-color: #535113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #535113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #535113; background: linear-gradient(135deg, #535113, #2A5313);