#af6ce0
a light, vivid violet · warm · closest name: orchid
RGB
175, 108, 224
HSL
275°, 65%, 65%
CMYK
22, 52, 0, 12
Luminance
0.2522
Every format
| HEX | #af6ce0 |
| RGB | rgb(175, 108, 224) |
| HSL | hsl(275, 65%, 65%) |
| CMYK | cmyk(22%, 52%, 0%, 12%) |
| LAB | lab(57.3 47.5 -49.0) |
| LCH | lch(57.3 68.3 314.1) |
| OKLCH | oklch(0.652 0.177 309.0) |
Copy-ready code
/* CSS */
color: #af6ce0;
background-color: #af6ce0;
/* Tailwind (arbitrary) */
class="text-[#af6ce0] bg-[#af6ce0]"
/* SCSS */
$brand: #af6ce0;
/* SwiftUI */
Color(red: 0.686, green: 0.424, blue: 0.878)
/* Android */
Color.parseColor("#af6ce0")Accessibility — WCAG contrast
Aa
#af6ce0 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ce0 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.4%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta51.8%
Yellow0.0%
Key (black)12.2%
Color previews
#af6ce0 text on a black background
contrast 6.04:1
Card sample
#af6ce0 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ce0;
Background color
Panel with #af6ce0 background
background-color: #af6ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 108, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 108, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ce0; background: linear-gradient(135deg, #af6ce0, #E06CC4);