#5c5233
a dark, soft yellow · cool · closest name: darkslategray
RGB
92, 82, 51
HSL
45°, 29%, 28%
CMYK
0, 11, 45, 64
Luminance
0.0855
Every format
| HEX | #5c5233 |
| RGB | rgb(92, 82, 51) |
| HSL | hsl(45, 29%, 28%) |
| CMYK | cmyk(0%, 11%, 45%, 64%) |
| LAB | lab(35.1 -0.9 19.7) |
| LCH | lch(35.1 19.7 92.6) |
| OKLCH | oklch(0.440 0.048 92.2) |
Copy-ready code
/* CSS */
color: #5c5233;
background-color: #5c5233;
/* Tailwind (arbitrary) */
class="text-[#5c5233] bg-[#5c5233]"
/* SCSS */
$brand: #5c5233;
/* SwiftUI */
Color(red: 0.361, green: 0.322, blue: 0.200)
/* Android */
Color.parseColor("#5c5233")Accessibility — WCAG contrast
Aa
#5c5233 on white: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c5233 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green32.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow44.6%
Key (black)63.9%
Color previews
#5c5233 text on a black background
contrast 2.71:1
Card sample
#5c5233 text on a white background
contrast 7.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c5233;
Background color
Panel with #5c5233 background
background-color: #5c5233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c5233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 82, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 82, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c5233; background: linear-gradient(135deg, #5c5233, #4B5C33);