#af6dc2
a balanced, soft violet · warm · closest name: orchid
RGB
175, 109, 194
HSL
287°, 41%, 59%
CMYK
10, 44, 0, 24
Luminance
0.2395
Every format
| HEX | #af6dc2 |
| RGB | rgb(175, 109, 194) |
| HSL | hsl(287, 41%, 59%) |
| CMYK | cmyk(10%, 44%, 0%, 24%) |
| LAB | lab(56.0 40.5 -34.0) |
| LCH | lch(56.0 52.9 320.0) |
| OKLCH | oklch(0.637 0.141 318.4) |
Copy-ready code
/* CSS */
color: #af6dc2;
background-color: #af6dc2;
/* Tailwind (arbitrary) */
class="text-[#af6dc2] bg-[#af6dc2]"
/* SCSS */
$brand: #af6dc2;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.761)
/* Android */
Color.parseColor("#af6dc2")Accessibility — WCAG contrast
Aa
#af6dc2 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6dc2 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta43.8%
Yellow0.0%
Key (black)23.9%
Color previews
#af6dc2 text on a black background
contrast 5.79:1
Card sample
#af6dc2 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6dc2;
Background color
Panel with #af6dc2 background
background-color: #af6dc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6dc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6dc2; background: linear-gradient(135deg, #af6dc2, #C26D9C);