#af5ec8
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 94, 200
HSL
286°, 49%, 58%
CMYK
13, 53, 0, 22
Luminance
0.2129
Every format
| HEX | #af5ec8 |
| RGB | rgb(175, 94, 200) |
| HSL | hsl(286, 49%, 58%) |
| CMYK | cmyk(13%, 53%, 0%, 22%) |
| LAB | lab(53.3 49.7 -41.8) |
| LCH | lch(53.3 64.9 319.9) |
| OKLCH | oklch(0.618 0.173 317.7) |
Copy-ready code
/* CSS */
color: #af5ec8;
background-color: #af5ec8;
/* Tailwind (arbitrary) */
class="text-[#af5ec8] bg-[#af5ec8]"
/* SCSS */
$brand: #af5ec8;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.784)
/* Android */
Color.parseColor("#af5ec8")Accessibility — WCAG contrast
Aa
#af5ec8 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ec8 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue78.4%
CMYK percentages
Cyan12.5%
Magenta53.0%
Yellow0.0%
Key (black)21.6%
Color previews
#af5ec8 text on a black background
contrast 5.26:1
Card sample
#af5ec8 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ec8;
Background color
Panel with #af5ec8 background
background-color: #af5ec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ec8; background: linear-gradient(135deg, #af5ec8, #C85E9A);