#481eb6
a dark, vivid violet · warm · closest name: navy
RGB
72, 30, 182
HSL
257°, 72%, 42%
CMYK
60, 84, 0, 29
Luminance
0.0568
Every format
| HEX | #481eb6 |
| RGB | rgb(72, 30, 182) |
| HSL | hsl(257, 72%, 42%) |
| CMYK | cmyk(60%, 84%, 0%, 29%) |
| LAB | lab(28.6 55.6 -71.8) |
| LCH | lch(28.6 90.8 307.8) |
| OKLCH | oklch(0.410 0.214 284.5) |
Copy-ready code
/* CSS */
color: #481eb6;
background-color: #481eb6;
/* Tailwind (arbitrary) */
class="text-[#481eb6] bg-[#481eb6]"
/* SCSS */
$brand: #481eb6;
/* SwiftUI */
Color(red: 0.282, green: 0.118, blue: 0.714)
/* Android */
Color.parseColor("#481eb6")Accessibility — WCAG contrast
Aa
#481eb6 on white: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481eb6 on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green11.8%
Blue71.4%
CMYK percentages
Cyan60.4%
Magenta83.5%
Yellow0.0%
Key (black)28.6%
Color previews
#481eb6 text on a black background
contrast 2.14:1
Card sample
#481eb6 text on a white background
contrast 9.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481eb6;
Background color
Panel with #481eb6 background
background-color: #481eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 30, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 30, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481eb6; background: linear-gradient(135deg, #481eb6, #AE1EB6);