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