#481ffc
a balanced, electric blue · warm · closest name: blue
RGB
72, 31, 252
HSL
251°, 97%, 56%
CMYK
71, 88, 0, 1
Luminance
0.0939
Every format
| HEX | #481ffc |
| RGB | rgb(72, 31, 252) |
| HSL | hsl(251, 97%, 56%) |
| CMYK | cmyk(71%, 88%, 0%, 1%) |
| LAB | lab(36.7 73.8 -98.7) |
| LCH | lch(36.7 123.2 306.8) |
| OKLCH | oklch(0.488 0.287 275.8) |
Copy-ready code
/* CSS */
color: #481ffc;
background-color: #481ffc;
/* Tailwind (arbitrary) */
class="text-[#481ffc] bg-[#481ffc]"
/* SCSS */
$brand: #481ffc;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.988)
/* Android */
Color.parseColor("#481ffc")Accessibility — WCAG contrast
Aa
#481ffc on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481ffc on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue98.8%
CMYK percentages
Cyan71.4%
Magenta87.7%
Yellow0.0%
Key (black)1.2%
Color previews
#481ffc text on a black background
contrast 2.88:1
Card sample
#481ffc text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481ffc;
Background color
Panel with #481ffc background
background-color: #481ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481ffc; background: linear-gradient(135deg, #481ffc, #DB1FFC);