#481cba
a dark, vivid violet · warm · closest name: navy
RGB
72, 28, 186
HSL
257°, 74%, 42%
CMYK
61, 85, 0, 27
Luminance
0.0575
Every format
| HEX | #481cba |
| RGB | rgb(72, 28, 186) |
| HSL | hsl(257, 74%, 42%) |
| CMYK | cmyk(61%, 85%, 0%, 27%) |
| LAB | lab(28.8 57.5 -73.9) |
| LCH | lch(28.8 93.6 307.9) |
| OKLCH | oklch(0.412 0.219 284.0) |
Copy-ready code
/* CSS */
color: #481cba;
background-color: #481cba;
/* Tailwind (arbitrary) */
class="text-[#481cba] bg-[#481cba]"
/* SCSS */
$brand: #481cba;
/* SwiftUI */
Color(red: 0.282, green: 0.110, blue: 0.729)
/* Android */
Color.parseColor("#481cba")Accessibility — WCAG contrast
Aa
#481cba on white: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481cba on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green11.0%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta84.9%
Yellow0.0%
Key (black)27.1%
Color previews
#481cba text on a black background
contrast 2.15:1
Card sample
#481cba text on a white background
contrast 9.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481cba;
Background color
Panel with #481cba background
background-color: #481cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 28, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 28, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481cba; background: linear-gradient(135deg, #481cba, #B11CBA);