#af5ce1
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 92, 225
HSL
277°, 69%, 62%
CMYK
22, 59, 0, 12
Luminance
0.2220
Every format
| HEX | #af5ce1 |
| RGB | rgb(175, 92, 225) |
| HSL | hsl(277, 69%, 62%) |
| CMYK | cmyk(22%, 59%, 0%, 12%) |
| LAB | lab(54.2 55.9 -54.5) |
| LCH | lch(54.2 78.1 315.8) |
| OKLCH | oklch(0.629 0.202 310.7) |
Copy-ready code
/* CSS */
color: #af5ce1;
background-color: #af5ce1;
/* Tailwind (arbitrary) */
class="text-[#af5ce1] bg-[#af5ce1]"
/* SCSS */
$brand: #af5ce1;
/* SwiftUI */
Color(red: 0.686, green: 0.361, blue: 0.882)
/* Android */
Color.parseColor("#af5ce1")Accessibility — WCAG contrast
Aa
#af5ce1 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ce1 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.1%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta59.1%
Yellow0.0%
Key (black)11.8%
Color previews
#af5ce1 text on a black background
contrast 5.44:1
Card sample
#af5ce1 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ce1;
Background color
Panel with #af5ce1 background
background-color: #af5ce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 92, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 92, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ce1; background: linear-gradient(135deg, #af5ce1, #E15CBB);