#af62cd
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 98, 205
HSL
283°, 52%, 59%
CMYK
15, 52, 0, 20
Luminance
0.2226
Every format
| HEX | #af62cd |
| RGB | rgb(175, 98, 205) |
| HSL | hsl(283, 52%, 59%) |
| CMYK | cmyk(15%, 52%, 0%, 20%) |
| LAB | lab(54.3 48.6 -43.0) |
| LCH | lch(54.3 64.9 318.5) |
| OKLCH | oklch(0.626 0.172 315.7) |
Copy-ready code
/* CSS */
color: #af62cd;
background-color: #af62cd;
/* Tailwind (arbitrary) */
class="text-[#af62cd] bg-[#af62cd]"
/* SCSS */
$brand: #af62cd;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.804)
/* Android */
Color.parseColor("#af62cd")Accessibility — WCAG contrast
Aa
#af62cd on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62cd on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta52.2%
Yellow0.0%
Key (black)19.6%
Color previews
#af62cd text on a black background
contrast 5.45:1
Card sample
#af62cd text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62cd;
Background color
Panel with #af62cd background
background-color: #af62cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62cd; background: linear-gradient(135deg, #af62cd, #CD62A4);