#af4cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 76, 223
HSL
280°, 70%, 59%
CMYK
22, 66, 0, 13
Luminance
0.1961
Every format
| HEX | #af4cdf |
| RGB | rgb(175, 76, 223) |
| HSL | hsl(280, 70%, 59%) |
| CMYK | cmyk(22%, 66%, 0%, 13%) |
| LAB | lab(51.4 63.0 -57.9) |
| LCH | lch(51.4 85.5 317.4) |
| OKLCH | oklch(0.609 0.222 312.7) |
Copy-ready code
/* CSS */
color: #af4cdf;
background-color: #af4cdf;
/* Tailwind (arbitrary) */
class="text-[#af4cdf] bg-[#af4cdf]"
/* SCSS */
$brand: #af4cdf;
/* SwiftUI */
Color(red: 0.686, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#af4cdf")Accessibility — WCAG contrast
Aa
#af4cdf on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4cdf on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#af4cdf text on a black background
contrast 4.92:1
Card sample
#af4cdf text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4cdf;
Background color
Panel with #af4cdf background
background-color: #af4cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4cdf; background: linear-gradient(135deg, #af4cdf, #DF4CAD);