#481fbc
a dark, vivid violet · warm · closest name: navy
RGB
72, 31, 188
HSL
256°, 72%, 43%
CMYK
62, 84, 0, 26
Luminance
0.0599
Every format
| HEX | #481fbc |
| RGB | rgb(72, 31, 188) |
| HSL | hsl(256, 72%, 43%) |
| CMYK | cmyk(62%, 84%, 0%, 26%) |
| LAB | lab(29.4 56.9 -74.0) |
| LCH | lch(29.4 93.4 307.5) |
| OKLCH | oklch(0.417 0.220 283.4) |
Copy-ready code
/* CSS */
color: #481fbc;
background-color: #481fbc;
/* Tailwind (arbitrary) */
class="text-[#481fbc] bg-[#481fbc]"
/* SCSS */
$brand: #481fbc;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.737)
/* Android */
Color.parseColor("#481fbc")Accessibility — WCAG contrast
Aa
#481fbc on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481fbc on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue73.7%
CMYK percentages
Cyan61.7%
Magenta83.5%
Yellow0.0%
Key (black)26.3%
Color previews
#481fbc text on a black background
contrast 2.20:1
Card sample
#481fbc text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481fbc;
Background color
Panel with #481fbc background
background-color: #481fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481fbc; background: linear-gradient(135deg, #481fbc, #B11FBC);