#482fd2
a balanced, vivid blue · warm · closest name: navy
RGB
72, 47, 210
HSL
249°, 64%, 50%
CMYK
66, 78, 0, 18
Luminance
0.0806
Every format
| HEX | #482fd2 |
| RGB | rgb(72, 47, 210) |
| HSL | hsl(249, 64%, 50%) |
| CMYK | cmyk(66%, 78%, 0%, 18%) |
| LAB | lab(34.1 56.1 -79.1) |
| LCH | lch(34.1 97.0 305.3) |
| OKLCH | oklch(0.457 0.231 279.0) |
Copy-ready code
/* CSS */
color: #482fd2;
background-color: #482fd2;
/* Tailwind (arbitrary) */
class="text-[#482fd2] bg-[#482fd2]"
/* SCSS */
$brand: #482fd2;
/* SwiftUI */
Color(red: 0.282, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#482fd2")Accessibility — WCAG contrast
Aa
#482fd2 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482fd2 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green18.4%
Blue82.4%
CMYK percentages
Cyan65.7%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#482fd2 text on a black background
contrast 2.61:1
Card sample
#482fd2 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482fd2;
Background color
Panel with #482fd2 background
background-color: #482fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482fd2; background: linear-gradient(135deg, #482fd2, #B52FD2);