#481fba
a dark, vivid violet · warm · closest name: navy
RGB
72, 31, 186
HSL
256°, 71%, 43%
CMYK
61, 83, 0, 27
Luminance
0.0590
Every format
| HEX | #481fba |
| RGB | rgb(72, 31, 186) |
| HSL | hsl(256, 71%, 43%) |
| CMYK | cmyk(61%, 83%, 0%, 27%) |
| LAB | lab(29.2 56.3 -73.2) |
| LCH | lch(29.2 92.4 307.6) |
| OKLCH | oklch(0.415 0.217 283.7) |
Copy-ready code
/* CSS */
color: #481fba;
background-color: #481fba;
/* Tailwind (arbitrary) */
class="text-[#481fba] bg-[#481fba]"
/* SCSS */
$brand: #481fba;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#481fba")Accessibility — WCAG contrast
Aa
#481fba on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481fba on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta83.3%
Yellow0.0%
Key (black)27.1%
Color previews
#481fba text on a black background
contrast 2.18:1
Card sample
#481fba text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481fba;
Background color
Panel with #481fba background
background-color: #481fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481fba; background: linear-gradient(135deg, #481fba, #AF1FBA);