#481fef
a balanced, electric blue · warm · closest name: blue
RGB
72, 31, 239
HSL
252°, 87%, 53%
CMYK
70, 87, 0, 6
Luminance
0.0859
Every format
| HEX | #481fef |
| RGB | rgb(72, 31, 239) |
| HSL | hsl(252, 87%, 53%) |
| CMYK | cmyk(70%, 87%, 0%, 6%) |
| LAB | lab(35.2 70.4 -94.0) |
| LCH | lch(35.2 117.4 306.8) |
| OKLCH | oklch(0.473 0.273 277.0) |
Copy-ready code
/* CSS */
color: #481fef;
background-color: #481fef;
/* Tailwind (arbitrary) */
class="text-[#481fef] bg-[#481fef]"
/* SCSS */
$brand: #481fef;
/* SwiftUI */
Color(red: 0.282, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#481fef")Accessibility — WCAG contrast
Aa
#481fef on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481fef on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green12.2%
Blue93.7%
CMYK percentages
Cyan69.9%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#481fef text on a black background
contrast 2.72:1
Card sample
#481fef text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481fef;
Background color
Panel with #481fef background
background-color: #481fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481fef; background: linear-gradient(135deg, #481fef, #D31FEF);