#af4dcd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 77, 205
HSL
286°, 56%, 55%
CMYK
15, 62, 0, 20
Luminance
0.1883
Every format
| HEX | #af4dcd |
| RGB | rgb(175, 77, 205) |
| HSL | hsl(286, 56%, 55%) |
| CMYK | cmyk(15%, 62%, 0%, 20%) |
| LAB | lab(50.5 58.9 -49.1) |
| LCH | lch(50.5 76.7 320.2) |
| OKLCH | oklch(0.599 0.203 317.5) |
Copy-ready code
/* CSS */
color: #af4dcd;
background-color: #af4dcd;
/* Tailwind (arbitrary) */
class="text-[#af4dcd] bg-[#af4dcd]"
/* SCSS */
$brand: #af4dcd;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.804)
/* Android */
Color.parseColor("#af4dcd")Accessibility — WCAG contrast
Aa
#af4dcd on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4dcd on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta62.4%
Yellow0.0%
Key (black)19.6%
Color previews
#af4dcd text on a black background
contrast 4.77:1
Card sample
#af4dcd text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4dcd;
Background color
Panel with #af4dcd background
background-color: #af4dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4dcd; background: linear-gradient(135deg, #af4dcd, #CD4D96);