#af5dc1
a balanced, soft violet · warm · closest name: orchid
RGB
175, 93, 193
HSL
289°, 45%, 56%
CMYK
9, 52, 0, 24
Luminance
0.2079
Every format
| HEX | #af5dc1 |
| RGB | rgb(175, 93, 193) |
| HSL | hsl(289, 45%, 56%) |
| CMYK | cmyk(9%, 52%, 0%, 24%) |
| LAB | lab(52.7 48.8 -38.6) |
| LCH | lch(52.7 62.2 321.6) |
| OKLCH | oklch(0.613 0.167 320.2) |
Copy-ready code
/* CSS */
color: #af5dc1;
background-color: #af5dc1;
/* Tailwind (arbitrary) */
class="text-[#af5dc1] bg-[#af5dc1]"
/* SCSS */
$brand: #af5dc1;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.757)
/* Android */
Color.parseColor("#af5dc1")Accessibility — WCAG contrast
Aa
#af5dc1 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5dc1 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta51.8%
Yellow0.0%
Key (black)24.3%
Color previews
#af5dc1 text on a black background
contrast 5.16:1
Card sample
#af5dc1 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5dc1;
Background color
Panel with #af5dc1 background
background-color: #af5dc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5dc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5dc1; background: linear-gradient(135deg, #af5dc1, #C15D90);