#481ce2
a balanced, electric blue · warm · closest name: blue
RGB
72, 28, 226
HSL
253°, 78%, 50%
CMYK
68, 88, 0, 11
Luminance
0.0770
Every format
| HEX | #481ce2 |
| RGB | rgb(72, 28, 226) |
| HSL | hsl(253, 78%, 50%) |
| CMYK | cmyk(68%, 88%, 0%, 11%) |
| LAB | lab(33.4 68.0 -89.6) |
| LCH | lch(33.4 112.5 307.2) |
| OKLCH | oklch(0.457 0.262 278.4) |
Copy-ready code
/* CSS */
color: #481ce2;
background-color: #481ce2;
/* Tailwind (arbitrary) */
class="text-[#481ce2] bg-[#481ce2]"
/* SCSS */
$brand: #481ce2;
/* SwiftUI */
Color(red: 0.282, green: 0.110, blue: 0.886)
/* Android */
Color.parseColor("#481ce2")Accessibility — WCAG contrast
Aa
#481ce2 on white: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481ce2 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green11.0%
Blue88.6%
CMYK percentages
Cyan68.1%
Magenta87.6%
Yellow0.0%
Key (black)11.4%
Color previews
#481ce2 text on a black background
contrast 2.54:1
Card sample
#481ce2 text on a white background
contrast 8.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481ce2;
Background color
Panel with #481ce2 background
background-color: #481ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 28, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 28, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481ce2; background: linear-gradient(135deg, #481ce2, #CC1CE2);