#532cdf
a balanced, vivid blue · warm · closest name: blue
RGB
83, 44, 223
HSL
253°, 74%, 52%
CMYK
63, 80, 0, 13
Luminance
0.0897
Every format
| HEX | #532cdf |
| RGB | rgb(83, 44, 223) |
| HSL | hsl(253, 74%, 52%) |
| CMYK | cmyk(63%, 80%, 0%, 13%) |
| LAB | lab(35.9 62.2 -83.6) |
| LCH | lch(35.9 104.2 306.6) |
| OKLCH | oklch(0.476 0.246 281.6) |
Copy-ready code
/* CSS */
color: #532cdf;
background-color: #532cdf;
/* Tailwind (arbitrary) */
class="text-[#532cdf] bg-[#532cdf]"
/* SCSS */
$brand: #532cdf;
/* SwiftUI */
Color(red: 0.325, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#532cdf")Accessibility — WCAG contrast
Aa
#532cdf on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532cdf on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green17.3%
Blue87.5%
CMYK percentages
Cyan62.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#532cdf text on a black background
contrast 2.79:1
Card sample
#532cdf text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532cdf;
Background color
Panel with #532cdf background
background-color: #532cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532cdf; background: linear-gradient(135deg, #532cdf, #CB2CDF);