#af7ae6
a light, vivid violet · warm · closest name: orchid
RGB
175, 122, 230
HSL
269°, 68%, 69%
CMYK
24, 47, 0, 10
Luminance
0.2875
Every format
| HEX | #af7ae6 |
| RGB | rgb(175, 122, 230) |
| HSL | hsl(269, 68%, 69%) |
| CMYK | cmyk(24%, 47%, 0%, 10%) |
| LAB | lab(60.6 41.3 -47.2) |
| LCH | lch(60.6 62.7 311.2) |
| OKLCH | oklch(0.677 0.162 305.1) |
Copy-ready code
/* CSS */
color: #af7ae6;
background-color: #af7ae6;
/* Tailwind (arbitrary) */
class="text-[#af7ae6] bg-[#af7ae6]"
/* SCSS */
$brand: #af7ae6;
/* SwiftUI */
Color(red: 0.686, green: 0.478, blue: 0.902)
/* Android */
Color.parseColor("#af7ae6")Accessibility — WCAG contrast
Aa
#af7ae6 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7ae6 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.8%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta47.0%
Yellow0.0%
Key (black)9.8%
Color previews
#af7ae6 text on a black background
contrast 6.75:1
Card sample
#af7ae6 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7ae6;
Background color
Panel with #af7ae6 background
background-color: #af7ae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7ae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 122, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 122, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7ae6; background: linear-gradient(135deg, #af7ae6, #E67AD5);