#525c1f
a deep, vivid yellow · cool · closest name: olive
RGB
82, 92, 31
HSL
70°, 50%, 24%
CMYK
11, 0, 66, 64
Luminance
0.0955
Every format
| HEX | #525c1f |
| RGB | rgb(82, 92, 31) |
| HSL | hsl(70, 50%, 24%) |
| CMYK | cmyk(11%, 0%, 66%, 64%) |
| LAB | lab(37.0 -13.6 32.8) |
| LCH | lch(37.0 35.5 112.5) |
| OKLCH | oklch(0.452 0.085 117.8) |
Copy-ready code
/* CSS */
color: #525c1f;
background-color: #525c1f;
/* Tailwind (arbitrary) */
class="text-[#525c1f] bg-[#525c1f]"
/* SCSS */
$brand: #525c1f;
/* SwiftUI */
Color(red: 0.322, green: 0.361, blue: 0.122)
/* Android */
Color.parseColor("#525c1f")Accessibility — WCAG contrast
Aa
#525c1f on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525c1f on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green36.1%
Blue12.2%
CMYK percentages
Cyan10.9%
Magenta0.0%
Yellow66.3%
Key (black)63.9%
Color previews
#525c1f text on a black background
contrast 2.91:1
Card sample
#525c1f text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525c1f;
Background color
Panel with #525c1f background
background-color: #525c1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525c1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 92, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 92, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525c1f; background: linear-gradient(135deg, #525c1f, #295C1F);