#481ae8
a balanced, electric blue · warm · closest name: blue
RGB
72, 26, 232
HSL
253°, 82%, 51%
CMYK
69, 89, 0, 9
Luminance
0.0794
Every format
| HEX | #481ae8 |
| RGB | rgb(72, 26, 232) |
| HSL | hsl(253, 82%, 51%) |
| CMYK | cmyk(69%, 89%, 0%, 9%) |
| LAB | lab(33.9 70.1 -92.2) |
| LCH | lch(33.9 115.8 307.3) |
| OKLCH | oklch(0.462 0.269 277.9) |
Copy-ready code
/* CSS */
color: #481ae8;
background-color: #481ae8;
/* Tailwind (arbitrary) */
class="text-[#481ae8] bg-[#481ae8]"
/* SCSS */
$brand: #481ae8;
/* SwiftUI */
Color(red: 0.282, green: 0.102, blue: 0.910)
/* Android */
Color.parseColor("#481ae8")Accessibility — WCAG contrast
Aa
#481ae8 on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481ae8 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green10.2%
Blue91.0%
CMYK percentages
Cyan69.0%
Magenta88.8%
Yellow0.0%
Key (black)9.0%
Color previews
#481ae8 text on a black background
contrast 2.59:1
Card sample
#481ae8 text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481ae8;
Background color
Panel with #481ae8 background
background-color: #481ae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481ae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 26, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 26, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481ae8; background: linear-gradient(135deg, #481ae8, #D11AE8);