#481af0
a balanced, electric blue · warm · closest name: blue
RGB
72, 26, 240
HSL
253°, 88%, 52%
CMYK
70, 89, 0, 6
Luminance
0.0841
Every format
| HEX | #481af0 |
| RGB | rgb(72, 26, 240) |
| HSL | hsl(253, 88%, 52%) |
| CMYK | cmyk(70%, 89%, 0%, 6%) |
| LAB | lab(34.8 72.1 -95.1) |
| LCH | lch(34.8 119.4 307.2) |
| OKLCH | oklch(0.471 0.277 277.0) |
Copy-ready code
/* CSS */
color: #481af0;
background-color: #481af0;
/* Tailwind (arbitrary) */
class="text-[#481af0] bg-[#481af0]"
/* SCSS */
$brand: #481af0;
/* SwiftUI */
Color(red: 0.282, green: 0.102, blue: 0.941)
/* Android */
Color.parseColor("#481af0")Accessibility — WCAG contrast
Aa
#481af0 on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481af0 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green10.2%
Blue94.1%
CMYK percentages
Cyan70.0%
Magenta89.2%
Yellow0.0%
Key (black)5.9%
Color previews
#481af0 text on a black background
contrast 2.68:1
Card sample
#481af0 text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481af0;
Background color
Panel with #481af0 background
background-color: #481af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 26, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 26, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481af0; background: linear-gradient(135deg, #481af0, #D71AF0);