#381f3f
a deep, soft violet · warm · closest name: black
RGB
56, 31, 63
HSL
287°, 34%, 18%
CMYK
11, 51, 0, 75
Luminance
0.0218
Every format
| HEX | #381f3f |
| RGB | rgb(56, 31, 63) |
| HSL | hsl(287, 34%, 18%) |
| CMYK | cmyk(11%, 51%, 0%, 75%) |
| LAB | lab(16.4 18.7 -15.6) |
| LCH | lch(16.4 24.3 320.1) |
| OKLCH | oklch(0.287 0.065 318.6) |
Copy-ready code
/* CSS */
color: #381f3f;
background-color: #381f3f;
/* Tailwind (arbitrary) */
class="text-[#381f3f] bg-[#381f3f]"
/* SCSS */
$brand: #381f3f;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.247)
/* Android */
Color.parseColor("#381f3f")Accessibility — WCAG contrast
Aa
#381f3f on white: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f3f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue24.7%
CMYK percentages
Cyan11.1%
Magenta50.8%
Yellow0.0%
Key (black)75.3%
Color previews
#381f3f text on a black background
contrast 1.44:1
Card sample
#381f3f text on a white background
contrast 14.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f3f;
Background color
Panel with #381f3f background
background-color: #381f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f3f; background: linear-gradient(135deg, #381f3f, #3F1F31);