#af65c3
a balanced, soft violet · warm · closest name: orchid
RGB
175, 101, 195
HSL
287°, 44%, 58%
CMYK
10, 48, 0, 24
Luminance
0.2236
Every format
| HEX | #af65c3 |
| RGB | rgb(175, 101, 195) |
| HSL | hsl(287, 44%, 58%) |
| CMYK | cmyk(10%, 48%, 0%, 24%) |
| LAB | lab(54.4 45.0 -37.1) |
| LCH | lch(54.4 58.4 320.5) |
| OKLCH | oklch(0.626 0.156 318.8) |
Copy-ready code
/* CSS */
color: #af65c3;
background-color: #af65c3;
/* Tailwind (arbitrary) */
class="text-[#af65c3] bg-[#af65c3]"
/* SCSS */
$brand: #af65c3;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.765)
/* Android */
Color.parseColor("#af65c3")Accessibility — WCAG contrast
Aa
#af65c3 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af65c3 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta48.2%
Yellow0.0%
Key (black)23.5%
Color previews
#af65c3 text on a black background
contrast 5.47:1
Card sample
#af65c3 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af65c3;
Background color
Panel with #af65c3 background
background-color: #af65c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af65c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af65c3; background: linear-gradient(135deg, #af65c3, #C36598);