#af60d7
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 96, 215
HSL
280°, 60%, 61%
CMYK
19, 55, 0, 16
Luminance
0.2239
Every format
| HEX | #af60d7 |
| RGB | rgb(175, 96, 215) |
| HSL | hsl(280, 60%, 61%) |
| CMYK | cmyk(19%, 55%, 0%, 16%) |
| LAB | lab(54.4 51.8 -48.5) |
| LCH | lch(54.4 70.9 316.9) |
| OKLCH | oklch(0.629 0.185 312.9) |
Copy-ready code
/* CSS */
color: #af60d7;
background-color: #af60d7;
/* Tailwind (arbitrary) */
class="text-[#af60d7] bg-[#af60d7]"
/* SCSS */
$brand: #af60d7;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.843)
/* Android */
Color.parseColor("#af60d7")Accessibility — WCAG contrast
Aa
#af60d7 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af60d7 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta55.3%
Yellow0.0%
Key (black)15.7%
Color previews
#af60d7 text on a black background
contrast 5.48:1
Card sample
#af60d7 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af60d7;
Background color
Panel with #af60d7 background
background-color: #af60d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af60d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af60d7; background: linear-gradient(135deg, #af60d7, #D760B0);