#af5eca
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 94, 202
HSL
285°, 51%, 58%
CMYK
13, 54, 0, 21
Luminance
0.2138
Every format
| HEX | #af5eca |
| RGB | rgb(175, 94, 202) |
| HSL | hsl(285, 51%, 58%) |
| CMYK | cmyk(13%, 54%, 0%, 21%) |
| LAB | lab(53.4 50.1 -42.8) |
| LCH | lch(53.4 65.9 319.5) |
| OKLCH | oklch(0.619 0.175 317.1) |
Copy-ready code
/* CSS */
color: #af5eca;
background-color: #af5eca;
/* Tailwind (arbitrary) */
class="text-[#af5eca] bg-[#af5eca]"
/* SCSS */
$brand: #af5eca;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.792)
/* Android */
Color.parseColor("#af5eca")Accessibility — WCAG contrast
Aa
#af5eca on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5eca on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue79.2%
CMYK percentages
Cyan13.4%
Magenta53.5%
Yellow0.0%
Key (black)20.8%
Color previews
#af5eca text on a black background
contrast 5.28:1
Card sample
#af5eca text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5eca;
Background color
Panel with #af5eca background
background-color: #af5eca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5eca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5eca; background: linear-gradient(135deg, #af5eca, #CA5E9D);