#ac77da
a light, vivid violet · warm · closest name: orchid
RGB
172, 119, 218
HSL
272°, 57%, 66%
CMYK
21, 45, 0, 15
Luminance
0.2703
Every format
| HEX | #ac77da |
| RGB | rgb(172, 119, 218) |
| HSL | hsl(272, 57%, 66%) |
| CMYK | cmyk(21%, 45%, 0%, 15%) |
| LAB | lab(59.0 39.4 -43.0) |
| LCH | lch(59.0 58.3 312.5) |
| OKLCH | oklch(0.663 0.151 307.5) |
Copy-ready code
/* CSS */
color: #ac77da;
background-color: #ac77da;
/* Tailwind (arbitrary) */
class="text-[#ac77da] bg-[#ac77da]"
/* SCSS */
$brand: #ac77da;
/* SwiftUI */
Color(red: 0.675, green: 0.467, blue: 0.855)
/* Android */
Color.parseColor("#ac77da")Accessibility — WCAG contrast
Aa
#ac77da on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac77da on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green46.7%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta45.4%
Yellow0.0%
Key (black)14.5%
Color previews
#ac77da text on a black background
contrast 6.41:1
Card sample
#ac77da text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac77da;
Background color
Panel with #ac77da background
background-color: #ac77da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac77da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 119, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 119, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac77da; background: linear-gradient(135deg, #ac77da, #DA77C6);