#534c01
a deep, electric yellow · cool · closest name: olive
RGB
83, 76, 1
HSL
55°, 98%, 17%
CMYK
0, 8, 99, 68
Luminance
0.0701
Every format
| HEX | #534c01 |
| RGB | rgb(83, 76, 1) |
| HSL | hsl(55, 98%, 17%) |
| CMYK | cmyk(0%, 8%, 99%, 68%) |
| LAB | lab(31.8 -5.3 39.8) |
| LCH | lch(31.8 40.1 97.7) |
| OKLCH | oklch(0.410 0.086 103.4) |
Copy-ready code
/* CSS */
color: #534c01;
background-color: #534c01;
/* Tailwind (arbitrary) */
class="text-[#534c01] bg-[#534c01]"
/* SCSS */
$brand: #534c01;
/* SwiftUI */
Color(red: 0.325, green: 0.298, blue: 0.004)
/* Android */
Color.parseColor("#534c01")Accessibility — WCAG contrast
Aa
#534c01 on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#534c01 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green29.8%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow98.8%
Key (black)67.5%
Color previews
#534c01 text on a black background
contrast 2.40:1
Card sample
#534c01 text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #534c01;
Background color
Panel with #534c01 background
background-color: #534c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #534c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 76, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 76, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #534c01; background: linear-gradient(135deg, #534c01, #235301);