#482eb2
a dark, vivid blue · warm · closest name: indigo
RGB
72, 46, 178
HSL
252°, 59%, 44%
CMYK
60, 74, 0, 30
Luminance
0.0655
Every format
| HEX | #482eb2 |
| RGB | rgb(72, 46, 178) |
| HSL | hsl(252, 59%, 44%) |
| CMYK | cmyk(60%, 74%, 0%, 30%) |
| LAB | lab(30.8 47.1 -65.9) |
| LCH | lch(30.8 81.0 305.6) |
| OKLCH | oklch(0.424 0.195 283.3) |
Copy-ready code
/* CSS */
color: #482eb2;
background-color: #482eb2;
/* Tailwind (arbitrary) */
class="text-[#482eb2] bg-[#482eb2]"
/* SCSS */
$brand: #482eb2;
/* SwiftUI */
Color(red: 0.282, green: 0.180, blue: 0.698)
/* Android */
Color.parseColor("#482eb2")Accessibility — WCAG contrast
Aa
#482eb2 on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482eb2 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green18.0%
Blue69.8%
CMYK percentages
Cyan59.6%
Magenta74.2%
Yellow0.0%
Key (black)30.2%
Color previews
#482eb2 text on a black background
contrast 2.31:1
Card sample
#482eb2 text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482eb2;
Background color
Panel with #482eb2 background
background-color: #482eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 46, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 46, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482eb2; background: linear-gradient(135deg, #482eb2, #A02EB2);