#af4cd3
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 76, 211
HSL
284°, 61%, 56%
CMYK
17, 64, 0, 17
Luminance
0.1899
Every format
| HEX | #af4cd3 |
| RGB | rgb(175, 76, 211) |
| HSL | hsl(284, 61%, 56%) |
| CMYK | cmyk(17%, 64%, 0%, 17%) |
| LAB | lab(50.7 60.5 -52.2) |
| LCH | lch(50.7 80.0 319.2) |
| OKLCH | oklch(0.601 0.210 315.8) |
Copy-ready code
/* CSS */
color: #af4cd3;
background-color: #af4cd3;
/* Tailwind (arbitrary) */
class="text-[#af4cd3] bg-[#af4cd3]"
/* SCSS */
$brand: #af4cd3;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.827)
/* Android */
Color.parseColor("#af4cd3")Accessibility — WCAG contrast
Aa
#af4cd3 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4cd3 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue82.7%
CMYK percentages
Cyan17.1%
Magenta64.0%
Yellow0.0%
Key (black)17.3%
Color previews
#af4cd3 text on a black background
contrast 4.80:1
Card sample
#af4cd3 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cd3;
Background color
Panel with #af4cd3 background
background-color: #af4cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cd3; background: linear-gradient(135deg, #af4cd3, #D34C9D);