#482fac
a dark, vivid blue · warm · closest name: indigo
RGB
72, 47, 172
HSL
252°, 57%, 43%
CMYK
58, 73, 0, 33
Luminance
0.0639
Every format
| HEX | #482fac |
| RGB | rgb(72, 47, 172) |
| HSL | hsl(252, 57%, 43%) |
| CMYK | cmyk(58%, 73%, 0%, 33%) |
| LAB | lab(30.4 44.8 -62.9) |
| LCH | lch(30.4 77.2 305.4) |
| OKLCH | oklch(0.419 0.187 284.1) |
Copy-ready code
/* CSS */
color: #482fac;
background-color: #482fac;
/* Tailwind (arbitrary) */
class="text-[#482fac] bg-[#482fac]"
/* SCSS */
$brand: #482fac;
/* SwiftUI */
Color(red: 0.282, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#482fac")Accessibility — WCAG contrast
Aa
#482fac on white: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482fac on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green18.4%
Blue67.5%
CMYK percentages
Cyan58.1%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#482fac text on a black background
contrast 2.28:1
Card sample
#482fac text on a white background
contrast 9.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482fac;
Background color
Panel with #482fac background
background-color: #482fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482fac; background: linear-gradient(135deg, #482fac, #9B2FAC);