#482ace
a balanced, vivid blue · warm · closest name: navy
RGB
72, 42, 206
HSL
251°, 66%, 49%
CMYK
65, 80, 0, 19
Luminance
0.0749
Every format
| HEX | #482ace |
| RGB | rgb(72, 42, 206) |
| HSL | hsl(251, 66%, 49%) |
| CMYK | cmyk(65%, 80%, 0%, 19%) |
| LAB | lab(32.9 57.3 -78.8) |
| LCH | lch(32.9 97.4 306.0) |
| OKLCH | oklch(0.447 0.231 279.9) |
Copy-ready code
/* CSS */
color: #482ace;
background-color: #482ace;
/* Tailwind (arbitrary) */
class="text-[#482ace] bg-[#482ace]"
/* SCSS */
$brand: #482ace;
/* SwiftUI */
Color(red: 0.282, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#482ace")Accessibility — WCAG contrast
Aa
#482ace on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482ace on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green16.5%
Blue80.8%
CMYK percentages
Cyan65.0%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#482ace text on a black background
contrast 2.50:1
Card sample
#482ace text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482ace;
Background color
Panel with #482ace background
background-color: #482ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482ace; background: linear-gradient(135deg, #482ace, #B52ACE);