#af5be0
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 91, 224
HSL
278°, 68%, 62%
CMYK
22, 59, 0, 12
Luminance
0.2198
Every format
| HEX | #af5be0 |
| RGB | rgb(175, 91, 224) |
| HSL | hsl(278, 68%, 62%) |
| CMYK | cmyk(22%, 59%, 0%, 12%) |
| LAB | lab(54.0 56.2 -54.3) |
| LCH | lch(54.0 78.1 316.0) |
| OKLCH | oklch(0.627 0.202 311.0) |
Copy-ready code
/* CSS */
color: #af5be0;
background-color: #af5be0;
/* Tailwind (arbitrary) */
class="text-[#af5be0] bg-[#af5be0]"
/* SCSS */
$brand: #af5be0;
/* SwiftUI */
Color(red: 0.686, green: 0.357, blue: 0.878)
/* Android */
Color.parseColor("#af5be0")Accessibility — WCAG contrast
Aa
#af5be0 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5be0 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green35.7%
Blue87.8%
CMYK percentages
Cyan21.9%
Magenta59.4%
Yellow0.0%
Key (black)12.2%
Color previews
#af5be0 text on a black background
contrast 5.40:1
Card sample
#af5be0 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5be0;
Background color
Panel with #af5be0 background
background-color: #af5be0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5be0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 91, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 91, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5be0; background: linear-gradient(135deg, #af5be0, #E05BB8);