#af5ac7
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 90, 199
HSL
287°, 49%, 57%
CMYK
12, 55, 0, 22
Luminance
0.2055
Every format
| HEX | #af5ac7 |
| RGB | rgb(175, 90, 199) |
| HSL | hsl(287, 49%, 57%) |
| CMYK | cmyk(12%, 55%, 0%, 22%) |
| LAB | lab(52.5 51.5 -42.5) |
| LCH | lch(52.5 66.8 320.4) |
| OKLCH | oklch(0.612 0.178 318.4) |
Copy-ready code
/* CSS */
color: #af5ac7;
background-color: #af5ac7;
/* Tailwind (arbitrary) */
class="text-[#af5ac7] bg-[#af5ac7]"
/* SCSS */
$brand: #af5ac7;
/* SwiftUI */
Color(red: 0.686, green: 0.353, blue: 0.780)
/* Android */
Color.parseColor("#af5ac7")Accessibility — WCAG contrast
Aa
#af5ac7 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ac7 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.3%
Blue78.0%
CMYK percentages
Cyan12.1%
Magenta54.8%
Yellow0.0%
Key (black)22.0%
Color previews
#af5ac7 text on a black background
contrast 5.11:1
Card sample
#af5ac7 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ac7;
Background color
Panel with #af5ac7 background
background-color: #af5ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 90, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 90, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ac7; background: linear-gradient(135deg, #af5ac7, #C75A96);