#af5bce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 91, 206
HSL
284°, 54%, 58%
CMYK
15, 56, 0, 19
Luminance
0.2105
Every format
| HEX | #af5bce |
| RGB | rgb(175, 91, 206) |
| HSL | hsl(284, 54%, 58%) |
| CMYK | cmyk(15%, 56%, 0%, 19%) |
| LAB | lab(53.0 52.4 -45.6) |
| LCH | lch(53.0 69.5 318.9) |
| OKLCH | oklch(0.617 0.184 316.1) |
Copy-ready code
/* CSS */
color: #af5bce;
background-color: #af5bce;
/* Tailwind (arbitrary) */
class="text-[#af5bce] bg-[#af5bce]"
/* SCSS */
$brand: #af5bce;
/* SwiftUI */
Color(red: 0.686, green: 0.357, blue: 0.808)
/* Android */
Color.parseColor("#af5bce")Accessibility — WCAG contrast
Aa
#af5bce on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5bce on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.7%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta55.8%
Yellow0.0%
Key (black)19.2%
Color previews
#af5bce text on a black background
contrast 5.21:1
Card sample
#af5bce text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5bce;
Background color
Panel with #af5bce background
background-color: #af5bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 91, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 91, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5bce; background: linear-gradient(135deg, #af5bce, #CE5BA0);