#482cb2
a dark, vivid blue · warm · closest name: indigo
RGB
72, 44, 178
HSL
253°, 60%, 44%
CMYK
60, 75, 0, 30
Luminance
0.0639
Every format
| HEX | #482cb2 |
| RGB | rgb(72, 44, 178) |
| HSL | hsl(253, 60%, 44%) |
| CMYK | cmyk(60%, 75%, 0%, 30%) |
| LAB | lab(30.4 48.1 -66.5) |
| LCH | lch(30.4 82.1 305.9) |
| OKLCH | oklch(0.421 0.197 283.6) |
Copy-ready code
/* CSS */
color: #482cb2;
background-color: #482cb2;
/* Tailwind (arbitrary) */
class="text-[#482cb2] bg-[#482cb2]"
/* SCSS */
$brand: #482cb2;
/* SwiftUI */
Color(red: 0.282, green: 0.173, blue: 0.698)
/* Android */
Color.parseColor("#482cb2")Accessibility — WCAG contrast
Aa
#482cb2 on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482cb2 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green17.3%
Blue69.8%
CMYK percentages
Cyan59.6%
Magenta75.3%
Yellow0.0%
Key (black)30.2%
Color previews
#482cb2 text on a black background
contrast 2.28:1
Card sample
#482cb2 text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482cb2;
Background color
Panel with #482cb2 background
background-color: #482cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 44, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 44, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482cb2; background: linear-gradient(135deg, #482cb2, #A12CB2);