#af4cdc
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 76, 220
HSL
281°, 67%, 58%
CMYK
21, 66, 0, 14
Luminance
0.1945
Every format
| HEX | #af4cdc |
| RGB | rgb(175, 76, 220) |
| HSL | hsl(281, 67%, 58%) |
| CMYK | cmyk(21%, 66%, 0%, 14%) |
| LAB | lab(51.2 62.4 -56.5) |
| LCH | lch(51.2 84.1 317.8) |
| OKLCH | oklch(0.607 0.219 313.4) |
Copy-ready code
/* CSS */
color: #af4cdc;
background-color: #af4cdc;
/* Tailwind (arbitrary) */
class="text-[#af4cdc] bg-[#af4cdc]"
/* SCSS */
$brand: #af4cdc;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.863)
/* Android */
Color.parseColor("#af4cdc")Accessibility — WCAG contrast
Aa
#af4cdc on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4cdc on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta65.5%
Yellow0.0%
Key (black)13.7%
Color previews
#af4cdc text on a black background
contrast 4.89:1
Card sample
#af4cdc text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cdc;
Background color
Panel with #af4cdc background
background-color: #af4cdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cdc; background: linear-gradient(135deg, #af4cdc, #DC4CA9);