#525321
a deep, soft yellow · cool · closest name: darkslategray
RGB
82, 83, 33
HSL
61°, 43%, 23%
CMYK
1, 0, 60, 68
Luminance
0.0809
Every format
| HEX | #525321 |
| RGB | rgb(82, 83, 33) |
| HSL | hsl(61, 43%, 23%) |
| CMYK | cmyk(1%, 0%, 60%, 68%) |
| LAB | lab(34.2 -8.2 28.6) |
| LCH | lch(34.2 29.8 106.0) |
| OKLCH | oklch(0.430 0.071 110.1) |
Copy-ready code
/* CSS */
color: #525321;
background-color: #525321;
/* Tailwind (arbitrary) */
class="text-[#525321] bg-[#525321]"
/* SCSS */
$brand: #525321;
/* SwiftUI */
Color(red: 0.322, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#525321")Accessibility — WCAG contrast
Aa
#525321 on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525321 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green32.5%
Blue12.9%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#525321 text on a black background
contrast 2.62:1
Card sample
#525321 text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525321;
Background color
Panel with #525321 background
background-color: #525321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525321; background: linear-gradient(135deg, #525321, #315321);