#482cfd
a balanced, electric blue · warm · closest name: blue
RGB
72, 44, 253
HSL
248°, 98%, 58%
CMYK
72, 83, 0, 1
Luminance
0.1027
Every format
| HEX | #482cfd |
| RGB | rgb(72, 44, 253) |
| HSL | hsl(248, 98%, 58%) |
| CMYK | cmyk(72%, 83%, 0%, 1%) |
| LAB | lab(38.3 69.5 -96.6) |
| LCH | lch(38.3 119.1 305.7) |
| OKLCH | oklch(0.500 0.280 275.2) |
Copy-ready code
/* CSS */
color: #482cfd;
background-color: #482cfd;
/* Tailwind (arbitrary) */
class="text-[#482cfd] bg-[#482cfd]"
/* SCSS */
$brand: #482cfd;
/* SwiftUI */
Color(red: 0.282, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#482cfd")Accessibility — WCAG contrast
Aa
#482cfd on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#482cfd on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green17.3%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#482cfd text on a black background
contrast 3.05:1
Card sample
#482cfd text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482cfd;
Background color
Panel with #482cfd background
background-color: #482cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482cfd; background: linear-gradient(135deg, #482cfd, #D32CFD);