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