#af5dcd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 93, 205
HSL
284°, 53%, 58%
CMYK
15, 55, 0, 20
Luminance
0.2135
Every format
| HEX | #af5dcd |
| RGB | rgb(175, 93, 205) |
| HSL | hsl(284, 53%, 58%) |
| CMYK | cmyk(15%, 55%, 0%, 20%) |
| LAB | lab(53.3 51.2 -44.6) |
| LCH | lch(53.3 67.9 319.0) |
| OKLCH | oklch(0.619 0.180 316.2) |
Copy-ready code
/* CSS */
color: #af5dcd;
background-color: #af5dcd;
/* Tailwind (arbitrary) */
class="text-[#af5dcd] bg-[#af5dcd]"
/* SCSS */
$brand: #af5dcd;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#af5dcd")Accessibility — WCAG contrast
Aa
#af5dcd on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5dcd on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta54.6%
Yellow0.0%
Key (black)19.6%
Color previews
#af5dcd text on a black background
contrast 5.27:1
Card sample
#af5dcd text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5dcd;
Background color
Panel with #af5dcd background
background-color: #af5dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5dcd; background: linear-gradient(135deg, #af5dcd, #CD5DA0);