#af6dc5
a balanced, soft violet · warm · closest name: orchid
RGB
175, 109, 197
HSL
285°, 43%, 60%
CMYK
11, 45, 0, 23
Luminance
0.2408
Every format
| HEX | #af6dc5 |
| RGB | rgb(175, 109, 197) |
| HSL | hsl(285, 43%, 60%) |
| CMYK | cmyk(11%, 45%, 0%, 23%) |
| LAB | lab(56.2 41.1 -35.5) |
| LCH | lch(56.2 54.4 319.2) |
| OKLCH | oklch(0.639 0.145 317.3) |
Copy-ready code
/* CSS */
color: #af6dc5;
background-color: #af6dc5;
/* Tailwind (arbitrary) */
class="text-[#af6dc5] bg-[#af6dc5]"
/* SCSS */
$brand: #af6dc5;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.773)
/* Android */
Color.parseColor("#af6dc5")Accessibility — WCAG contrast
Aa
#af6dc5 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6dc5 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta44.7%
Yellow0.0%
Key (black)22.7%
Color previews
#af6dc5 text on a black background
contrast 5.82:1
Card sample
#af6dc5 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6dc5;
Background color
Panel with #af6dc5 background
background-color: #af6dc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6dc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6dc5; background: linear-gradient(135deg, #af6dc5, #C56DA0);