#af60c3
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 96, 195
HSL
288°, 45%, 57%
CMYK
10, 51, 0, 24
Luminance
0.2142
Every format
| HEX | #af60c3 |
| RGB | rgb(175, 96, 195) |
| HSL | hsl(288, 45%, 57%) |
| CMYK | cmyk(10%, 51%, 0%, 24%) |
| LAB | lab(53.4 47.6 -38.7) |
| LCH | lch(53.4 61.4 320.9) |
| OKLCH | oklch(0.618 0.164 319.2) |
Copy-ready code
/* CSS */
color: #af60c3;
background-color: #af60c3;
/* Tailwind (arbitrary) */
class="text-[#af60c3] bg-[#af60c3]"
/* SCSS */
$brand: #af60c3;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.765)
/* Android */
Color.parseColor("#af60c3")Accessibility — WCAG contrast
Aa
#af60c3 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af60c3 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta50.8%
Yellow0.0%
Key (black)23.5%
Color previews
#af60c3 text on a black background
contrast 5.28:1
Card sample
#af60c3 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af60c3;
Background color
Panel with #af60c3 background
background-color: #af60c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af60c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af60c3; background: linear-gradient(135deg, #af60c3, #C36095);