#af6ee3
a light, vivid violet · warm · closest name: orchid
RGB
175, 110, 227
HSL
273°, 68%, 66%
CMYK
23, 52, 0, 11
Luminance
0.2581
Every format
| HEX | #af6ee3 |
| RGB | rgb(175, 110, 227) |
| HSL | hsl(273, 68%, 66%) |
| CMYK | cmyk(23%, 52%, 0%, 11%) |
| LAB | lab(57.9 47.1 -49.8) |
| LCH | lch(57.9 68.6 313.4) |
| OKLCH | oklch(0.656 0.177 307.9) |
Copy-ready code
/* CSS */
color: #af6ee3;
background-color: #af6ee3;
/* Tailwind (arbitrary) */
class="text-[#af6ee3] bg-[#af6ee3]"
/* SCSS */
$brand: #af6ee3;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.890)
/* Android */
Color.parseColor("#af6ee3")Accessibility — WCAG contrast
Aa
#af6ee3 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ee3 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue89.0%
CMYK percentages
Cyan22.9%
Magenta51.5%
Yellow0.0%
Key (black)11.0%
Color previews
#af6ee3 text on a black background
contrast 6.16:1
Card sample
#af6ee3 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ee3;
Background color
Panel with #af6ee3 background
background-color: #af6ee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ee3; background: linear-gradient(135deg, #af6ee3, #E36EC9);