#482cfb
a balanced, electric blue · warm · closest name: blue
RGB
72, 44, 251
HSL
248°, 96%, 58%
CMYK
71, 83, 0, 2
Luminance
0.1014
Every format
| HEX | #482cfb |
| RGB | rgb(72, 44, 251) |
| HSL | hsl(248, 96%, 58%) |
| CMYK | cmyk(71%, 83%, 0%, 2%) |
| LAB | lab(38.1 69.0 -95.9) |
| LCH | lch(38.1 118.1 305.7) |
| OKLCH | oklch(0.497 0.278 275.4) |
Copy-ready code
/* CSS */
color: #482cfb;
background-color: #482cfb;
/* Tailwind (arbitrary) */
class="text-[#482cfb] bg-[#482cfb]"
/* SCSS */
$brand: #482cfb;
/* SwiftUI */
Color(red: 0.282, green: 0.173, blue: 0.984)
/* Android */
Color.parseColor("#482cfb")Accessibility — WCAG contrast
Aa
#482cfb on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#482cfb on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green17.3%
Blue98.4%
CMYK percentages
Cyan71.3%
Magenta82.5%
Yellow0.0%
Key (black)1.6%
Color previews
#482cfb text on a black background
contrast 3.03:1
Card sample
#482cfb text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482cfb;
Background color
Panel with #482cfb background
background-color: #482cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 44, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 44, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482cfb; background: linear-gradient(135deg, #482cfb, #D22CFB);