#af3fc9
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 63, 201
HSL
289°, 56%, 52%
CMYK
13, 69, 0, 21
Luminance
0.1689
Every format
| HEX | #af3fc9 |
| RGB | rgb(175, 63, 201) |
| HSL | hsl(289, 56%, 52%) |
| CMYK | cmyk(13%, 69%, 0%, 21%) |
| LAB | lab(48.1 64.0 -50.6) |
| LCH | lch(48.1 81.6 321.7) |
| OKLCH | oklch(0.581 0.218 319.4) |
Copy-ready code
/* CSS */
color: #af3fc9;
background-color: #af3fc9;
/* Tailwind (arbitrary) */
class="text-[#af3fc9] bg-[#af3fc9]"
/* SCSS */
$brand: #af3fc9;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.788)
/* Android */
Color.parseColor("#af3fc9")Accessibility — WCAG contrast
Aa
#af3fc9 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3fc9 on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta68.7%
Yellow0.0%
Key (black)21.2%
Color previews
#af3fc9 text on a black background
contrast 4.38:1
Card sample
#af3fc9 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3fc9;
Background color
Panel with #af3fc9 background
background-color: #af3fc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3fc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3fc9; background: linear-gradient(135deg, #af3fc9, #C93F87);