#af5cd7
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 92, 215
HSL
281°, 61%, 60%
CMYK
19, 57, 0, 16
Luminance
0.2167
Every format
| HEX | #af5cd7 |
| RGB | rgb(175, 92, 215) |
| HSL | hsl(281, 61%, 60%) |
| CMYK | cmyk(19%, 57%, 0%, 16%) |
| LAB | lab(53.7 53.8 -49.7) |
| LCH | lch(53.7 73.2 317.3) |
| OKLCH | oklch(0.624 0.192 313.3) |
Copy-ready code
/* CSS */
color: #af5cd7;
background-color: #af5cd7;
/* Tailwind (arbitrary) */
class="text-[#af5cd7] bg-[#af5cd7]"
/* SCSS */
$brand: #af5cd7;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.843)
/* Android */
Color.parseColor("#af5cd7")Accessibility — WCAG contrast
Aa
#af5cd7 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5cd7 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta57.2%
Yellow0.0%
Key (black)15.7%
Color previews
#af5cd7 text on a black background
contrast 5.33:1
Card sample
#af5cd7 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5cd7;
Background color
Panel with #af5cd7 background
background-color: #af5cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5cd7; background: linear-gradient(135deg, #af5cd7, #D75CAD);