#534603
a deep, electric yellow · cool · closest name: olive
RGB
83, 70, 3
HSL
50°, 93%, 17%
CMYK
0, 16, 96, 68
Luminance
0.0623
Every format
| HEX | #534603 |
| RGB | rgb(83, 70, 3) |
| HSL | hsl(50, 93%, 17%) |
| CMYK | cmyk(0%, 16%, 96%, 68%) |
| LAB | lab(30.0 -1.6 37.6) |
| LCH | lch(30.0 37.6 92.5) |
| OKLCH | oklch(0.396 0.080 96.7) |
Copy-ready code
/* CSS */
color: #534603;
background-color: #534603;
/* Tailwind (arbitrary) */
class="text-[#534603] bg-[#534603]"
/* SCSS */
$brand: #534603;
/* SwiftUI */
Color(red: 0.325, green: 0.275, blue: 0.012)
/* Android */
Color.parseColor("#534603")Accessibility — WCAG contrast
Aa
#534603 on white: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534603 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green27.5%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow96.4%
Key (black)67.5%
Color previews
#534603 text on a black background
contrast 2.25:1
Card sample
#534603 text on a white background
contrast 9.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534603;
Background color
Panel with #534603 background
background-color: #534603;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534603;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 70, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 70, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534603; background: linear-gradient(135deg, #534603, #2B5303);