#af3fc3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 63, 195
HSL
291°, 52%, 51%
CMYK
10, 68, 0, 24
Luminance
0.1661
Every format
| HEX | #af3fc3 |
| RGB | rgb(175, 63, 195) |
| HSL | hsl(291, 52%, 51%) |
| CMYK | cmyk(10%, 68%, 0%, 24%) |
| LAB | lab(47.8 62.9 -47.7) |
| LCH | lch(47.8 78.9 322.9) |
| OKLCH | oklch(0.577 0.213 321.2) |
Copy-ready code
/* CSS */
color: #af3fc3;
background-color: #af3fc3;
/* Tailwind (arbitrary) */
class="text-[#af3fc3] bg-[#af3fc3]"
/* SCSS */
$brand: #af3fc3;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.765)
/* Android */
Color.parseColor("#af3fc3")Accessibility — WCAG contrast
Aa
#af3fc3 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3fc3 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta67.7%
Yellow0.0%
Key (black)23.5%
Color previews
#af3fc3 text on a black background
contrast 4.32:1
Card sample
#af3fc3 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3fc3;
Background color
Panel with #af3fc3 background
background-color: #af3fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3fc3; background: linear-gradient(135deg, #af3fc3, #C33F7F);