#af62cf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 98, 207
HSL
282°, 53%, 60%
CMYK
16, 53, 0, 19
Luminance
0.2235
Every format
| HEX | #af62cf |
| RGB | rgb(175, 98, 207) |
| HSL | hsl(282, 53%, 60%) |
| CMYK | cmyk(16%, 53%, 0%, 19%) |
| LAB | lab(54.4 49.0 -44.0) |
| LCH | lch(54.4 65.9 318.1) |
| OKLCH | oklch(0.627 0.174 315.1) |
Copy-ready code
/* CSS */
color: #af62cf;
background-color: #af62cf;
/* Tailwind (arbitrary) */
class="text-[#af62cf] bg-[#af62cf]"
/* SCSS */
$brand: #af62cf;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.812)
/* Android */
Color.parseColor("#af62cf")Accessibility — WCAG contrast
Aa
#af62cf on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62cf on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta52.7%
Yellow0.0%
Key (black)18.8%
Color previews
#af62cf text on a black background
contrast 5.47:1
Card sample
#af62cf text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62cf;
Background color
Panel with #af62cf background
background-color: #af62cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62cf; background: linear-gradient(135deg, #af62cf, #CF62A6);