#732df3
a balanced, electric violet · warm · closest name: blue
RGB
115, 45, 243
HSL
261°, 89%, 57%
CMYK
53, 82, 0, 5
Luminance
0.1199
Every format
| HEX | #732df3 |
| RGB | rgb(115, 45, 243) |
| HSL | hsl(261, 89%, 57%) |
| CMYK | cmyk(53%, 82%, 0%, 5%) |
| LAB | lab(41.2 70.3 -86.1) |
| LCH | lch(41.2 111.1 309.2) |
| OKLCH | oklch(0.525 0.264 289.9) |
Copy-ready code
/* CSS */
color: #732df3;
background-color: #732df3;
/* Tailwind (arbitrary) */
class="text-[#732df3] bg-[#732df3]"
/* SCSS */
$brand: #732df3;
/* SwiftUI */
Color(red: 0.451, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#732df3")Accessibility — WCAG contrast
Aa
#732df3 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#732df3 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green17.6%
Blue95.3%
CMYK percentages
Cyan52.7%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#732df3 text on a black background
contrast 3.40:1
Card sample
#732df3 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732df3;
Background color
Panel with #732df3 background
background-color: #732df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732df3; background: linear-gradient(135deg, #732df3, #F32DEF);