#af6ece
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 110, 206
HSL
281°, 50%, 62%
CMYK
15, 47, 0, 19
Luminance
0.2472
Every format
| HEX | #af6ece |
| RGB | rgb(175, 110, 206) |
| HSL | hsl(281, 50%, 62%) |
| CMYK | cmyk(15%, 47%, 0%, 19%) |
| LAB | lab(56.8 42.5 -39.7) |
| LCH | lch(56.8 58.1 317.0) |
| OKLCH | oklch(0.645 0.153 314.0) |
Copy-ready code
/* CSS */
color: #af6ece;
background-color: #af6ece;
/* Tailwind (arbitrary) */
class="text-[#af6ece] bg-[#af6ece]"
/* SCSS */
$brand: #af6ece;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.808)
/* Android */
Color.parseColor("#af6ece")Accessibility — WCAG contrast
Aa
#af6ece on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ece on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta46.6%
Yellow0.0%
Key (black)19.2%
Color previews
#af6ece text on a black background
contrast 5.94:1
Card sample
#af6ece text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ece;
Background color
Panel with #af6ece background
background-color: #af6ece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ece; background: linear-gradient(135deg, #af6ece, #CE6EAD);