#525233
a dark, soft yellow · cool · closest name: darkslategray
RGB
82, 82, 51
HSL
60°, 23%, 26%
CMYK
0, 0, 38, 68
Luminance
0.0807
Every format
| HEX | #525233 |
| RGB | rgb(82, 82, 51) |
| HSL | hsl(60, 23%, 26%) |
| CMYK | cmyk(0%, 0%, 38%, 68%) |
| LAB | lab(34.1 -5.5 18.2) |
| LCH | lch(34.1 19.1 106.9) |
| OKLCH | oklch(0.430 0.047 108.2) |
Copy-ready code
/* CSS */
color: #525233;
background-color: #525233;
/* Tailwind (arbitrary) */
class="text-[#525233] bg-[#525233]"
/* SCSS */
$brand: #525233;
/* SwiftUI */
Color(red: 0.322, green: 0.322, blue: 0.200)
/* Android */
Color.parseColor("#525233")Accessibility — WCAG contrast
Aa
#525233 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#525233 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green32.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow37.8%
Key (black)67.8%
Color previews
#525233 text on a black background
contrast 2.61:1
Card sample
#525233 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #525233;
Background color
Panel with #525233 background
background-color: #525233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #525233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 82, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 82, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #525233; background: linear-gradient(135deg, #525233, #3D5233);