#ac6cbf
a balanced, soft violet · warm · closest name: orchid
RGB
172, 108, 191
HSL
286°, 39%, 59%
CMYK
10, 44, 0, 25
Luminance
0.2326
Every format
| HEX | #ac6cbf |
| RGB | rgb(172, 108, 191) |
| HSL | hsl(286, 39%, 59%) |
| CMYK | cmyk(10%, 44%, 0%, 25%) |
| LAB | lab(55.3 39.5 -33.4) |
| LCH | lch(55.3 51.8 319.8) |
| OKLCH | oklch(0.631 0.138 318.2) |
Copy-ready code
/* CSS */
color: #ac6cbf;
background-color: #ac6cbf;
/* Tailwind (arbitrary) */
class="text-[#ac6cbf] bg-[#ac6cbf]"
/* SCSS */
$brand: #ac6cbf;
/* SwiftUI */
Color(red: 0.675, green: 0.424, blue: 0.749)
/* Android */
Color.parseColor("#ac6cbf")Accessibility — WCAG contrast
Aa
#ac6cbf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac6cbf on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green42.4%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta43.5%
Yellow0.0%
Key (black)25.1%
Color previews
#ac6cbf text on a black background
contrast 5.65:1
Card sample
#ac6cbf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac6cbf;
Background color
Panel with #ac6cbf background
background-color: #ac6cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac6cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 108, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 108, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac6cbf; background: linear-gradient(135deg, #ac6cbf, #BF6C9B);