#af5ec4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 94, 196
HSL
288°, 46%, 57%
CMYK
11, 52, 0, 23
Luminance
0.2110
Every format
| HEX | #af5ec4 |
| RGB | rgb(175, 94, 196) |
| HSL | hsl(288, 46%, 57%) |
| CMYK | cmyk(11%, 52%, 0%, 23%) |
| LAB | lab(53.1 48.9 -39.8) |
| LCH | lch(53.1 63.0 320.8) |
| OKLCH | oklch(0.616 0.169 319.1) |
Copy-ready code
/* CSS */
color: #af5ec4;
background-color: #af5ec4;
/* Tailwind (arbitrary) */
class="text-[#af5ec4] bg-[#af5ec4]"
/* SCSS */
$brand: #af5ec4;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.769)
/* Android */
Color.parseColor("#af5ec4")Accessibility — WCAG contrast
Aa
#af5ec4 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ec4 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta52.0%
Yellow0.0%
Key (black)23.1%
Color previews
#af5ec4 text on a black background
contrast 5.22:1
Card sample
#af5ec4 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ec4;
Background color
Panel with #af5ec4 background
background-color: #af5ec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ec4; background: linear-gradient(135deg, #af5ec4, #C45E95);