#ac75ce
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 117, 206
HSL
277°, 48%, 63%
CMYK
17, 43, 0, 19
Luminance
0.2595
Every format
| HEX | #ac75ce |
| RGB | rgb(172, 117, 206) |
| HSL | hsl(277, 48%, 63%) |
| CMYK | cmyk(17%, 43%, 0%, 19%) |
| LAB | lab(58.0 37.8 -37.8) |
| LCH | lch(58.0 53.5 315.0) |
| OKLCH | oklch(0.653 0.140 311.5) |
Copy-ready code
/* CSS */
color: #ac75ce;
background-color: #ac75ce;
/* Tailwind (arbitrary) */
class="text-[#ac75ce] bg-[#ac75ce]"
/* SCSS */
$brand: #ac75ce;
/* SwiftUI */
Color(red: 0.675, green: 0.459, blue: 0.808)
/* Android */
Color.parseColor("#ac75ce")Accessibility — WCAG contrast
Aa
#ac75ce on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac75ce on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green45.9%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta43.2%
Yellow0.0%
Key (black)19.2%
Color previews
#ac75ce text on a black background
contrast 6.19:1
Card sample
#ac75ce text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac75ce;
Background color
Panel with #ac75ce background
background-color: #ac75ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac75ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 117, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 117, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac75ce; background: linear-gradient(135deg, #ac75ce, #CE75B5);