#af63c2
a balanced, soft violet · warm · closest name: orchid
RGB
175, 99, 194
HSL
288°, 44%, 58%
CMYK
10, 49, 0, 24
Luminance
0.2193
Every format
| HEX | #af63c2 |
| RGB | rgb(175, 99, 194) |
| HSL | hsl(288, 44%, 58%) |
| CMYK | cmyk(10%, 49%, 0%, 24%) |
| LAB | lab(54.0 45.9 -37.3) |
| LCH | lch(54.0 59.1 320.9) |
| OKLCH | oklch(0.622 0.158 319.3) |
Copy-ready code
/* CSS */
color: #af63c2;
background-color: #af63c2;
/* Tailwind (arbitrary) */
class="text-[#af63c2] bg-[#af63c2]"
/* SCSS */
$brand: #af63c2;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.761)
/* Android */
Color.parseColor("#af63c2")Accessibility — WCAG contrast
Aa
#af63c2 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63c2 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta49.0%
Yellow0.0%
Key (black)23.9%
Color previews
#af63c2 text on a black background
contrast 5.39:1
Card sample
#af63c2 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63c2;
Background color
Panel with #af63c2 background
background-color: #af63c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63c2; background: linear-gradient(135deg, #af63c2, #C26396);