#af5ed4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 94, 212
HSL
281°, 58%, 60%
CMYK
18, 56, 0, 17
Luminance
0.2187
Every format
| HEX | #af5ed4 |
| RGB | rgb(175, 94, 212) |
| HSL | hsl(281, 58%, 60%) |
| CMYK | cmyk(18%, 56%, 0%, 17%) |
| LAB | lab(53.9 52.1 -47.7) |
| LCH | lch(53.9 70.7 317.6) |
| OKLCH | oklch(0.625 0.185 314.0) |
Copy-ready code
/* CSS */
color: #af5ed4;
background-color: #af5ed4;
/* Tailwind (arbitrary) */
class="text-[#af5ed4] bg-[#af5ed4]"
/* SCSS */
$brand: #af5ed4;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.831)
/* Android */
Color.parseColor("#af5ed4")Accessibility — WCAG contrast
Aa
#af5ed4 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ed4 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta55.7%
Yellow0.0%
Key (black)16.9%
Color previews
#af5ed4 text on a black background
contrast 5.37:1
Card sample
#af5ed4 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ed4;
Background color
Panel with #af5ed4 background
background-color: #af5ed4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ed4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ed4; background: linear-gradient(135deg, #af5ed4, #D45EAA);