#af65dc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 101, 220
HSL
277°, 63%, 63%
CMYK
21, 54, 0, 14
Luminance
0.2359
Every format
| HEX | #af65dc |
| RGB | rgb(175, 101, 220) |
| HSL | hsl(277, 63%, 63%) |
| CMYK | cmyk(21%, 54%, 0%, 14%) |
| LAB | lab(55.7 50.3 -49.4) |
| LCH | lch(55.7 70.5 315.5) |
| OKLCH | oklch(0.639 0.183 311.0) |
Copy-ready code
/* CSS */
color: #af65dc;
background-color: #af65dc;
/* Tailwind (arbitrary) */
class="text-[#af65dc] bg-[#af65dc]"
/* SCSS */
$brand: #af65dc;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.863)
/* Android */
Color.parseColor("#af65dc")Accessibility — WCAG contrast
Aa
#af65dc on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af65dc on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta54.1%
Yellow0.0%
Key (black)13.7%
Color previews
#af65dc text on a black background
contrast 5.72:1
Card sample
#af65dc text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af65dc;
Background color
Panel with #af65dc background
background-color: #af65dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af65dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af65dc; background: linear-gradient(135deg, #af65dc, #DC65BA);