#482ad2
a balanced, vivid blue · warm · closest name: navy
RGB
72, 42, 210
HSL
251°, 67%, 49%
CMYK
66, 80, 0, 18
Luminance
0.0769
Every format
| HEX | #482ad2 |
| RGB | rgb(72, 42, 210) |
| HSL | hsl(251, 67%, 49%) |
| CMYK | cmyk(66%, 80%, 0%, 18%) |
| LAB | lab(33.3 58.4 -80.4) |
| LCH | lch(33.3 99.4 306.0) |
| OKLCH | oklch(0.451 0.235 279.4) |
Copy-ready code
/* CSS */
color: #482ad2;
background-color: #482ad2;
/* Tailwind (arbitrary) */
class="text-[#482ad2] bg-[#482ad2]"
/* SCSS */
$brand: #482ad2;
/* SwiftUI */
Color(red: 0.282, green: 0.165, blue: 0.824)
/* Android */
Color.parseColor("#482ad2")Accessibility — WCAG contrast
Aa
#482ad2 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482ad2 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green16.5%
Blue82.4%
CMYK percentages
Cyan65.7%
Magenta80.0%
Yellow0.0%
Key (black)17.6%
Color previews
#482ad2 text on a black background
contrast 2.54:1
Card sample
#482ad2 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482ad2;
Background color
Panel with #482ad2 background
background-color: #482ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 42, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 42, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482ad2; background: linear-gradient(135deg, #482ad2, #B82AD2);