#af6dc4
a balanced, soft violet · warm · closest name: orchid
RGB
175, 109, 196
HSL
286°, 42%, 60%
CMYK
11, 44, 0, 23
Luminance
0.2404
Every format
| HEX | #af6dc4 |
| RGB | rgb(175, 109, 196) |
| HSL | hsl(286, 42%, 60%) |
| CMYK | cmyk(11%, 44%, 0%, 23%) |
| LAB | lab(56.1 40.9 -35.0) |
| LCH | lch(56.1 53.9 319.4) |
| OKLCH | oklch(0.638 0.144 317.7) |
Copy-ready code
/* CSS */
color: #af6dc4;
background-color: #af6dc4;
/* Tailwind (arbitrary) */
class="text-[#af6dc4] bg-[#af6dc4]"
/* SCSS */
$brand: #af6dc4;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.769)
/* Android */
Color.parseColor("#af6dc4")Accessibility — WCAG contrast
Aa
#af6dc4 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6dc4 on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta44.4%
Yellow0.0%
Key (black)23.1%
Color previews
#af6dc4 text on a black background
contrast 5.81:1
Card sample
#af6dc4 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6dc4;
Background color
Panel with #af6dc4 background
background-color: #af6dc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6dc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6dc4; background: linear-gradient(135deg, #af6dc4, #C46D9F);