#af4cd7
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 76, 215
HSL
283°, 64%, 57%
CMYK
19, 65, 0, 16
Luminance
0.1919
Every format
| HEX | #af4cd7 |
| RGB | rgb(175, 76, 215) |
| HSL | hsl(283, 64%, 57%) |
| CMYK | cmyk(19%, 65%, 0%, 16%) |
| LAB | lab(50.9 61.3 -54.1) |
| LCH | lch(50.9 81.8 318.6) |
| OKLCH | oklch(0.603 0.214 314.7) |
Copy-ready code
/* CSS */
color: #af4cd7;
background-color: #af4cd7;
/* Tailwind (arbitrary) */
class="text-[#af4cd7] bg-[#af4cd7]"
/* SCSS */
$brand: #af4cd7;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.843)
/* Android */
Color.parseColor("#af4cd7")Accessibility — WCAG contrast
Aa
#af4cd7 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4cd7 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta64.7%
Yellow0.0%
Key (black)15.7%
Color previews
#af4cd7 text on a black background
contrast 4.84:1
Card sample
#af4cd7 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cd7;
Background color
Panel with #af4cd7 background
background-color: #af4cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cd7; background: linear-gradient(135deg, #af4cd7, #D74CA3);