#af6fc3
a balanced, soft violet · warm · closest name: orchid
RGB
175, 111, 195
HSL
286°, 41%, 60%
CMYK
10, 43, 0, 24
Luminance
0.2442
Every format
| HEX | #af6fc3 |
| RGB | rgb(175, 111, 195) |
| HSL | hsl(286, 41%, 60%) |
| CMYK | cmyk(10%, 43%, 0%, 24%) |
| LAB | lab(56.5 39.6 -33.9) |
| LCH | lch(56.5 52.1 319.5) |
| OKLCH | oklch(0.641 0.139 317.8) |
Copy-ready code
/* CSS */
color: #af6fc3;
background-color: #af6fc3;
/* Tailwind (arbitrary) */
class="text-[#af6fc3] bg-[#af6fc3]"
/* SCSS */
$brand: #af6fc3;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.765)
/* Android */
Color.parseColor("#af6fc3")Accessibility — WCAG contrast
Aa
#af6fc3 on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fc3 on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta43.1%
Yellow0.0%
Key (black)23.5%
Color previews
#af6fc3 text on a black background
contrast 5.88:1
Card sample
#af6fc3 text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fc3;
Background color
Panel with #af6fc3 background
background-color: #af6fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fc3; background: linear-gradient(135deg, #af6fc3, #C36F9F);