#af71cd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 113, 205
HSL
280°, 48%, 62%
CMYK
15, 45, 0, 20
Luminance
0.2533
Every format
| HEX | #af71cd |
| RGB | rgb(175, 113, 205) |
| HSL | hsl(280, 48%, 62%) |
| CMYK | cmyk(15%, 45%, 0%, 20%) |
| LAB | lab(57.4 40.6 -38.2) |
| LCH | lch(57.4 55.8 316.8) |
| OKLCH | oklch(0.649 0.147 313.9) |
Copy-ready code
/* CSS */
color: #af71cd;
background-color: #af71cd;
/* Tailwind (arbitrary) */
class="text-[#af71cd] bg-[#af71cd]"
/* SCSS */
$brand: #af71cd;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.804)
/* Android */
Color.parseColor("#af71cd")Accessibility — WCAG contrast
Aa
#af71cd on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71cd on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta44.9%
Yellow0.0%
Key (black)19.6%
Color previews
#af71cd text on a black background
contrast 6.07:1
Card sample
#af71cd text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71cd;
Background color
Panel with #af71cd background
background-color: #af71cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71cd; background: linear-gradient(135deg, #af71cd, #CD71AE);