#473352
a dark, soft violet · warm · closest name: darkslategray
RGB
71, 51, 82
HSL
279°, 23%, 26%
CMYK
13, 38, 0, 68
Luminance
0.0432
Every format
| HEX | #473352 |
| RGB | rgb(71, 51, 82) |
| HSL | hsl(279, 23%, 26%) |
| CMYK | cmyk(13%, 38%, 0%, 68%) |
| LAB | lab(24.7 15.7 -15.4) |
| LCH | lch(24.7 22.0 315.5) |
| OKLCH | oklch(0.357 0.058 313.1) |
Copy-ready code
/* CSS */
color: #473352;
background-color: #473352;
/* Tailwind (arbitrary) */
class="text-[#473352] bg-[#473352]"
/* SCSS */
$brand: #473352;
/* SwiftUI */
Color(red: 0.278, green: 0.200, blue: 0.322)
/* Android */
Color.parseColor("#473352")Accessibility — WCAG contrast
Aa
#473352 on white: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#473352 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green20.0%
Blue32.2%
CMYK percentages
Cyan13.4%
Magenta37.8%
Yellow0.0%
Key (black)67.8%
Color previews
#473352 text on a black background
contrast 1.86:1
Card sample
#473352 text on a white background
contrast 11.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #473352;
Background color
Panel with #473352 background
background-color: #473352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #473352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 51, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 51, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #473352; background: linear-gradient(135deg, #473352, #523348);