#af63cb
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 99, 203
HSL
284°, 50%, 59%
CMYK
14, 51, 0, 20
Luminance
0.2235
Every format
| HEX | #af63cb |
| RGB | rgb(175, 99, 203) |
| HSL | hsl(284, 50%, 59%) |
| CMYK | cmyk(14%, 51%, 0%, 20%) |
| LAB | lab(54.4 47.7 -41.7) |
| LCH | lch(54.4 63.4 318.8) |
| OKLCH | oklch(0.627 0.168 316.3) |
Copy-ready code
/* CSS */
color: #af63cb;
background-color: #af63cb;
/* Tailwind (arbitrary) */
class="text-[#af63cb] bg-[#af63cb]"
/* SCSS */
$brand: #af63cb;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.796)
/* Android */
Color.parseColor("#af63cb")Accessibility — WCAG contrast
Aa
#af63cb on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af63cb on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue79.6%
CMYK percentages
Cyan13.8%
Magenta51.2%
Yellow0.0%
Key (black)20.4%
Color previews
#af63cb text on a black background
contrast 5.47:1
Card sample
#af63cb text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af63cb;
Background color
Panel with #af63cb background
background-color: #af63cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af63cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af63cb; background: linear-gradient(135deg, #af63cb, #CB63A2);