#af5ec2
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 94, 194
HSL
289°, 45%, 57%
CMYK
10, 52, 0, 24
Luminance
0.2101
Every format
| HEX | #af5ec2 |
| RGB | rgb(175, 94, 194) |
| HSL | hsl(289, 45%, 57%) |
| CMYK | cmyk(10%, 52%, 0%, 24%) |
| LAB | lab(53.0 48.4 -38.8) |
| LCH | lch(53.0 62.1 321.3) |
| OKLCH | oklch(0.615 0.167 319.7) |
Copy-ready code
/* CSS */
color: #af5ec2;
background-color: #af5ec2;
/* Tailwind (arbitrary) */
class="text-[#af5ec2] bg-[#af5ec2]"
/* SCSS */
$brand: #af5ec2;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.761)
/* Android */
Color.parseColor("#af5ec2")Accessibility — WCAG contrast
Aa
#af5ec2 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ec2 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta51.5%
Yellow0.0%
Key (black)23.9%
Color previews
#af5ec2 text on a black background
contrast 5.20:1
Card sample
#af5ec2 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ec2;
Background color
Panel with #af5ec2 background
background-color: #af5ec2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ec2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ec2; background: linear-gradient(135deg, #af5ec2, #C25E92);