#482cdf
a balanced, vivid blue · warm · closest name: blue
RGB
72, 44, 223
HSL
249°, 74%, 52%
CMYK
68, 80, 0, 13
Luminance
0.0851
Every format
| HEX | #482cdf |
| RGB | rgb(72, 44, 223) |
| HSL | hsl(249, 74%, 52%) |
| CMYK | cmyk(68%, 80%, 0%, 13%) |
| LAB | lab(35.0 61.2 -85.1) |
| LCH | lch(35.0 104.8 305.7) |
| OKLCH | oklch(0.467 0.248 277.9) |
Copy-ready code
/* CSS */
color: #482cdf;
background-color: #482cdf;
/* Tailwind (arbitrary) */
class="text-[#482cdf] bg-[#482cdf]"
/* SCSS */
$brand: #482cdf;
/* SwiftUI */
Color(red: 0.282, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#482cdf")Accessibility — WCAG contrast
Aa
#482cdf on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482cdf on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan67.7%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#482cdf text on a black background
contrast 2.70:1
Card sample
#482cdf text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482cdf;
Background color
Panel with #482cdf background
background-color: #482cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482cdf; background: linear-gradient(135deg, #482cdf, #BF2CDF);