#ac65da
a balanced, vivid violet · warm · closest name: orchid
RGB
172, 101, 218
HSL
276°, 61%, 63%
CMYK
21, 54, 0, 15
Luminance
0.2314
Every format
| HEX | #ac65da |
| RGB | rgb(172, 101, 218) |
| HSL | hsl(276, 61%, 63%) |
| CMYK | cmyk(21%, 54%, 0%, 15%) |
| LAB | lab(55.2 49.1 -49.0) |
| LCH | lch(55.2 69.3 315.1) |
| OKLCH | oklch(0.635 0.180 310.3) |
Copy-ready code
/* CSS */
color: #ac65da;
background-color: #ac65da;
/* Tailwind (arbitrary) */
class="text-[#ac65da] bg-[#ac65da]"
/* SCSS */
$brand: #ac65da;
/* SwiftUI */
Color(red: 0.675, green: 0.396, blue: 0.855)
/* Android */
Color.parseColor("#ac65da")Accessibility — WCAG contrast
Aa
#ac65da on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac65da on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green39.6%
Blue85.5%
CMYK percentages
Cyan21.1%
Magenta53.7%
Yellow0.0%
Key (black)14.5%
Color previews
#ac65da text on a black background
contrast 5.63:1
Card sample
#ac65da text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac65da;
Background color
Panel with #ac65da background
background-color: #ac65da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac65da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 101, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 101, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac65da; background: linear-gradient(135deg, #ac65da, #DA65BA);