#482f2f
a deep, soft red · warm · closest name: black
RGB
72, 47, 47
HSL
0°, 21%, 23%
CMYK
0, 35, 35, 72
Luminance
0.0362
Every format
| HEX | #482f2f |
| RGB | rgb(72, 47, 47) |
| HSL | hsl(0, 21%, 23%) |
| CMYK | cmyk(0%, 35%, 35%, 72%) |
| LAB | lab(22.4 11.5 4.6) |
| LCH | lch(22.4 12.4 22.0) |
| OKLCH | oklch(0.335 0.037 19.2) |
Copy-ready code
/* CSS */
color: #482f2f;
background-color: #482f2f;
/* Tailwind (arbitrary) */
class="text-[#482f2f] bg-[#482f2f]"
/* SCSS */
$brand: #482f2f;
/* SwiftUI */
Color(red: 0.282, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#482f2f")Accessibility — WCAG contrast
Aa
#482f2f on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482f2f on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow34.7%
Key (black)71.8%
Color previews
#482f2f text on a black background
contrast 1.72:1
Card sample
#482f2f text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482f2f;
Background color
Panel with #482f2f background
background-color: #482f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482f2f; background: linear-gradient(135deg, #482f2f, #48402F);