#af6fbf
a balanced, soft violet · warm · closest name: orchid
RGB
175, 111, 191
HSL
288°, 39%, 59%
CMYK
8, 42, 0, 25
Luminance
0.2424
Every format
| HEX | #af6fbf |
| RGB | rgb(175, 111, 191) |
| HSL | hsl(288, 39%, 59%) |
| CMYK | cmyk(8%, 42%, 0%, 25%) |
| LAB | lab(56.3 38.8 -31.9) |
| LCH | lch(56.3 50.2 320.6) |
| OKLCH | oklch(0.639 0.135 319.4) |
Copy-ready code
/* CSS */
color: #af6fbf;
background-color: #af6fbf;
/* Tailwind (arbitrary) */
class="text-[#af6fbf] bg-[#af6fbf]"
/* SCSS */
$brand: #af6fbf;
/* SwiftUI */
Color(red: 0.686, green: 0.435, blue: 0.749)
/* Android */
Color.parseColor("#af6fbf")Accessibility — WCAG contrast
Aa
#af6fbf on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6fbf on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.5%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta41.9%
Yellow0.0%
Key (black)25.1%
Color previews
#af6fbf text on a black background
contrast 5.85:1
Card sample
#af6fbf text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6fbf;
Background color
Panel with #af6fbf background
background-color: #af6fbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6fbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 111, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 111, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6fbf; background: linear-gradient(135deg, #af6fbf, #BF6F9A);