#ac82df
a light, vivid violet · warm · closest name: orchid
RGB
172, 130, 223
HSL
267°, 59%, 69%
CMYK
23, 42, 0, 13
Luminance
0.3006
Every format
| HEX | #ac82df |
| RGB | rgb(172, 130, 223) |
| HSL | hsl(267, 59%, 69%) |
| CMYK | cmyk(23%, 42%, 0%, 13%) |
| LAB | lab(61.7 34.4 -41.5) |
| LCH | lch(61.7 53.9 309.6) |
| OKLCH | oklch(0.684 0.139 303.8) |
Copy-ready code
/* CSS */
color: #ac82df;
background-color: #ac82df;
/* Tailwind (arbitrary) */
class="text-[#ac82df] bg-[#ac82df]"
/* SCSS */
$brand: #ac82df;
/* SwiftUI */
Color(red: 0.675, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#ac82df")Accessibility — WCAG contrast
Aa
#ac82df on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac82df on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.0%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ac82df text on a black background
contrast 7.01:1
Card sample
#ac82df text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac82df;
Background color
Panel with #ac82df background
background-color: #ac82df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac82df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac82df; background: linear-gradient(135deg, #ac82df, #DF82D4);