#ac75eb
a light, vivid violet · warm · closest name: slateblue
RGB
172, 117, 235
HSL
268°, 75%, 69%
CMYK
27, 50, 0, 8
Luminance
0.2749
Every format
| HEX | #ac75eb |
| RGB | rgb(172, 117, 235) |
| HSL | hsl(268, 75%, 69%) |
| CMYK | cmyk(27%, 50%, 0%, 8%) |
| LAB | lab(59.4 44.4 -51.8) |
| LCH | lch(59.4 68.3 310.6) |
| OKLCH | oklch(0.669 0.175 303.5) |
Copy-ready code
/* CSS */
color: #ac75eb;
background-color: #ac75eb;
/* Tailwind (arbitrary) */
class="text-[#ac75eb] bg-[#ac75eb]"
/* SCSS */
$brand: #ac75eb;
/* SwiftUI */
Color(red: 0.675, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#ac75eb")Accessibility — WCAG contrast
Aa
#ac75eb on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac75eb on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.9%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ac75eb text on a black background
contrast 6.50:1
Card sample
#ac75eb text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac75eb;
Background color
Panel with #ac75eb background
background-color: #ac75eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac75eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac75eb; background: linear-gradient(135deg, #ac75eb, #EB75DB);