#af67df
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 103, 223
HSL
276°, 65%, 64%
CMYK
22, 54, 0, 13
Luminance
0.2414
Every format
| HEX | #af67df |
| RGB | rgb(175, 103, 223) |
| HSL | hsl(276, 65%, 64%) |
| CMYK | cmyk(22%, 54%, 0%, 13%) |
| LAB | lab(56.2 49.9 -50.2) |
| LCH | lch(56.2 70.8 314.9) |
| OKLCH | oklch(0.644 0.183 309.9) |
Copy-ready code
/* CSS */
color: #af67df;
background-color: #af67df;
/* Tailwind (arbitrary) */
class="text-[#af67df] bg-[#af67df]"
/* SCSS */
$brand: #af67df;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#af67df")Accessibility — WCAG contrast
Aa
#af67df on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af67df on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#af67df text on a black background
contrast 5.83:1
Card sample
#af67df text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af67df;
Background color
Panel with #af67df background
background-color: #af67df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af67df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af67df; background: linear-gradient(135deg, #af67df, #DF67BF);