#af65df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 101, 223
HSL
276°, 66%, 64%
CMYK
22, 55, 0, 13
Luminance
0.2375
Every format
| HEX | #af65df |
| RGB | rgb(175, 101, 223) |
| HSL | hsl(276, 66%, 64%) |
| CMYK | cmyk(22%, 55%, 0%, 13%) |
| LAB | lab(55.8 51.0 -50.8) |
| LCH | lch(55.8 71.9 315.1) |
| OKLCH | oklch(0.641 0.186 310.2) |
Copy-ready code
/* CSS */
color: #af65df;
background-color: #af65df;
/* Tailwind (arbitrary) */
class="text-[#af65df] bg-[#af65df]"
/* SCSS */
$brand: #af65df;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.875)
/* Android */
Color.parseColor("#af65df")Accessibility — WCAG contrast
Aa
#af65df on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af65df on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta54.7%
Yellow0.0%
Key (black)12.5%
Color previews
#af65df text on a black background
contrast 5.75:1
Card sample
#af65df text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af65df;
Background color
Panel with #af65df background
background-color: #af65df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af65df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af65df; background: linear-gradient(135deg, #af65df, #DF65BE);