#af5dce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 93, 206
HSL
284°, 54%, 59%
CMYK
15, 55, 0, 19
Luminance
0.2140
Every format
| HEX | #af5dce |
| RGB | rgb(175, 93, 206) |
| HSL | hsl(284, 54%, 59%) |
| CMYK | cmyk(15%, 55%, 0%, 19%) |
| LAB | lab(53.4 51.4 -45.0) |
| LCH | lch(53.4 68.3 318.8) |
| OKLCH | oklch(0.620 0.181 315.9) |
Copy-ready code
/* CSS */
color: #af5dce;
background-color: #af5dce;
/* Tailwind (arbitrary) */
class="text-[#af5dce] bg-[#af5dce]"
/* SCSS */
$brand: #af5dce;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.808)
/* Android */
Color.parseColor("#af5dce")Accessibility — WCAG contrast
Aa
#af5dce on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5dce on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta54.9%
Yellow0.0%
Key (black)19.2%
Color previews
#af5dce text on a black background
contrast 5.28:1
Card sample
#af5dce text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5dce;
Background color
Panel with #af5dce background
background-color: #af5dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5dce; background: linear-gradient(135deg, #af5dce, #CE5DA2);