#482c64
a dark, soft violet · warm · closest name: midnightblue
RGB
72, 44, 100
HSL
270°, 39%, 28%
CMYK
28, 56, 0, 61
Luminance
0.0410
Every format
| HEX | #482c64 |
| RGB | rgb(72, 44, 100) |
| HSL | hsl(270, 39%, 28%) |
| CMYK | cmyk(28%, 56%, 0%, 61%) |
| LAB | lab(24.0 25.3 -28.3) |
| LCH | lch(24.0 38.0 311.7) |
| OKLCH | oklch(0.355 0.097 305.1) |
Copy-ready code
/* CSS */
color: #482c64;
background-color: #482c64;
/* Tailwind (arbitrary) */
class="text-[#482c64] bg-[#482c64]"
/* SCSS */
$brand: #482c64;
/* SwiftUI */
Color(red: 0.282, green: 0.173, blue: 0.392)
/* Android */
Color.parseColor("#482c64")Accessibility — WCAG contrast
Aa
#482c64 on white: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482c64 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green17.3%
Blue39.2%
CMYK percentages
Cyan28.0%
Magenta56.0%
Yellow0.0%
Key (black)60.8%
Color previews
#482c64 text on a black background
contrast 1.82:1
Card sample
#482c64 text on a white background
contrast 11.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482c64;
Background color
Panel with #482c64 background
background-color: #482c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 44, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 44, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482c64; background: linear-gradient(135deg, #482c64, #642C5B);