#482fe2
a balanced, electric blue · warm · closest name: blue
RGB
72, 47, 226
HSL
248°, 76%, 54%
CMYK
68, 79, 0, 11
Luminance
0.0890
Every format
| HEX | #482fe2 |
| RGB | rgb(72, 47, 226) |
| HSL | hsl(248, 76%, 54%) |
| CMYK | cmyk(68%, 79%, 0%, 11%) |
| LAB | lab(35.8 60.7 -85.5) |
| LCH | lch(35.8 104.9 305.4) |
| OKLCH | oklch(0.473 0.249 277.3) |
Copy-ready code
/* CSS */
color: #482fe2;
background-color: #482fe2;
/* Tailwind (arbitrary) */
class="text-[#482fe2] bg-[#482fe2]"
/* SCSS */
$brand: #482fe2;
/* SwiftUI */
Color(red: 0.282, green: 0.184, blue: 0.886)
/* Android */
Color.parseColor("#482fe2")Accessibility — WCAG contrast
Aa
#482fe2 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482fe2 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green18.4%
Blue88.6%
CMYK percentages
Cyan68.1%
Magenta79.2%
Yellow0.0%
Key (black)11.4%
Color previews
#482fe2 text on a black background
contrast 2.78:1
Card sample
#482fe2 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482fe2;
Background color
Panel with #482fe2 background
background-color: #482fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 47, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 47, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482fe2; background: linear-gradient(135deg, #482fe2, #BF2FE2);