#ac60c1
a balanced, soft violet · warm · closest name: orchid
RGB
172, 96, 193
HSL
287°, 44%, 57%
CMYK
11, 50, 0, 24
Luminance
0.2099
Every format
| HEX | #ac60c1 |
| RGB | rgb(172, 96, 193) |
| HSL | hsl(287, 44%, 57%) |
| CMYK | cmyk(11%, 50%, 0%, 24%) |
| LAB | lab(52.9 46.4 -38.3) |
| LCH | lch(52.9 60.2 320.4) |
| OKLCH | oklch(0.614 0.161 318.6) |
Copy-ready code
/* CSS */
color: #ac60c1;
background-color: #ac60c1;
/* Tailwind (arbitrary) */
class="text-[#ac60c1] bg-[#ac60c1]"
/* SCSS */
$brand: #ac60c1;
/* SwiftUI */
Color(red: 0.675, green: 0.376, blue: 0.757)
/* Android */
Color.parseColor("#ac60c1")Accessibility — WCAG contrast
Aa
#ac60c1 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac60c1 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green37.6%
Blue75.7%
CMYK percentages
Cyan10.9%
Magenta50.3%
Yellow0.0%
Key (black)24.3%
Color previews
#ac60c1 text on a black background
contrast 5.20:1
Card sample
#ac60c1 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac60c1;
Background color
Panel with #ac60c1 background
background-color: #ac60c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac60c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 96, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 96, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac60c1; background: linear-gradient(135deg, #ac60c1, #C16095);