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