#af6ecf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 110, 207
HSL
280°, 50%, 62%
CMYK
16, 47, 0, 19
Luminance
0.2477
Every format
| HEX | #af6ecf |
| RGB | rgb(175, 110, 207) |
| HSL | hsl(280, 50%, 62%) |
| CMYK | cmyk(16%, 47%, 0%, 19%) |
| LAB | lab(56.9 42.7 -40.1) |
| LCH | lch(56.9 58.6 316.8) |
| OKLCH | oklch(0.646 0.154 313.7) |
Copy-ready code
/* CSS */
color: #af6ecf;
background-color: #af6ecf;
/* Tailwind (arbitrary) */
class="text-[#af6ecf] bg-[#af6ecf]"
/* SCSS */
$brand: #af6ecf;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.812)
/* Android */
Color.parseColor("#af6ecf")Accessibility — WCAG contrast
Aa
#af6ecf on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ecf on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta46.9%
Yellow0.0%
Key (black)18.8%
Color previews
#af6ecf text on a black background
contrast 5.95:1
Card sample
#af6ecf text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ecf;
Background color
Panel with #af6ecf background
background-color: #af6ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ecf; background: linear-gradient(135deg, #af6ecf, #CF6EAE);