#752baf
a dark, vivid violet · warm · closest name: indigo
RGB
117, 43, 175
HSL
274°, 61%, 43%
CMYK
33, 75, 0, 31
Luminance
0.0860
Every format
| HEX | #752baf |
| RGB | rgb(117, 43, 175) |
| HSL | hsl(274, 61%, 43%) |
| CMYK | cmyk(33%, 75%, 0%, 31%) |
| LAB | lab(35.2 55.0 -56.6) |
| LCH | lch(35.2 78.9 314.2) |
| OKLCH | oklch(0.466 0.197 305.3) |
Copy-ready code
/* CSS */
color: #752baf;
background-color: #752baf;
/* Tailwind (arbitrary) */
class="text-[#752baf] bg-[#752baf]"
/* SCSS */
$brand: #752baf;
/* SwiftUI */
Color(red: 0.459, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#752baf")Accessibility — WCAG contrast
Aa
#752baf on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752baf on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.9%
Blue68.6%
CMYK percentages
Cyan33.1%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#752baf text on a black background
contrast 2.72:1
Card sample
#752baf text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752baf;
Background color
Panel with #752baf background
background-color: #752baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752baf; background: linear-gradient(135deg, #752baf, #AF2B91);