#524b00
a deep, electric yellow · cool · closest name: olive
RGB
82, 75, 0
HSL
55°, 100%, 16%
CMYK
0, 9, 100, 68
Luminance
0.0683
Every format
| HEX | #524b00 |
| RGB | rgb(82, 75, 0) |
| HSL | hsl(55, 100%, 16%) |
| CMYK | cmyk(0%, 9%, 100%, 68%) |
| LAB | lab(31.4 -5.3 39.8) |
| LCH | lch(31.4 40.2 97.6) |
| OKLCH | oklch(0.407 0.086 103.4) |
Copy-ready code
/* CSS */
color: #524b00;
background-color: #524b00;
/* Tailwind (arbitrary) */
class="text-[#524b00] bg-[#524b00]"
/* SCSS */
$brand: #524b00;
/* SwiftUI */
Color(red: 0.322, green: 0.294, blue: 0.000)
/* Android */
Color.parseColor("#524b00")Accessibility — WCAG contrast
Aa
#524b00 on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#524b00 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green29.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow100.0%
Key (black)67.8%
Color previews
#524b00 text on a black background
contrast 2.37:1
Card sample
#524b00 text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #524b00;
Background color
Panel with #524b00 background
background-color: #524b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #524b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 75, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 75, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #524b00; background: linear-gradient(135deg, #524b00, #225200);