#af6fc2
a balanced, soft violet · warm · closest name: orchid
RGB
175, 111, 194
HSL
286°, 41%, 60%
CMYK
10, 43, 0, 24
Luminance
0.2438
Every format
| HEX | #af6fc2 |
| RGB | rgb(175, 111, 194) |
| HSL | hsl(286, 41%, 60%) |
| CMYK | cmyk(10%, 43%, 0%, 24%) |
| LAB | lab(56.5 39.4 -33.4) |
| LCH | lch(56.5 51.6 319.8) |
| OKLCH | oklch(0.641 0.138 318.2) |
Copy-ready code
/* CSS */
color: #af6fc2;
background-color: #af6fc2;
/* Tailwind (arbitrary) */
class="text-[#af6fc2] bg-[#af6fc2]"
/* SCSS */
$brand: #af6fc2;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.761)
/* Android */
Color.parseColor("#af6fc2")Accessibility — WCAG contrast
Aa
#af6fc2 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fc2 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta42.8%
Yellow0.0%
Key (black)23.9%
Color previews
#af6fc2 text on a black background
contrast 5.88:1
Card sample
#af6fc2 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fc2;
Background color
Panel with #af6fc2 background
background-color: #af6fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fc2; background: linear-gradient(135deg, #af6fc2, #C26F9E);