#825252
a dark, soft red · warm · closest name: gray
RGB
130, 82, 82
HSL
0°, 23%, 42%
CMYK
0, 37, 37, 49
Luminance
0.1139
Every format
| HEX | #825252 |
| RGB | rgb(130, 82, 82) |
| HSL | hsl(0, 23%, 42%) |
| CMYK | cmyk(0%, 37%, 37%, 49%) |
| LAB | lab(40.2 20.1 8.4) |
| LCH | lch(40.2 21.8 22.7) |
| OKLCH | oklch(0.492 0.065 19.6) |
Copy-ready code
/* CSS */
color: #825252;
background-color: #825252;
/* Tailwind (arbitrary) */
class="text-[#825252] bg-[#825252]"
/* SCSS */
$brand: #825252;
/* SwiftUI */
Color(red: 0.510, green: 0.322, blue: 0.322)
/* Android */
Color.parseColor("#825252")Accessibility — WCAG contrast
Aa
#825252 on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#825252 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green32.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow36.9%
Key (black)49.0%
Color previews
#825252 text on a black background
contrast 3.28:1
Card sample
#825252 text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #825252;
Background color
Panel with #825252 background
background-color: #825252;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #825252;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 82, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 82, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #825252; background: linear-gradient(135deg, #825252, #827252);