#af6abd
a balanced, soft violet · warm · closest name: orchid
RGB
175, 106, 189
HSL
290°, 39%, 58%
CMYK
7, 44, 0, 26
Luminance
0.2310
Every format
| HEX | #af6abd |
| RGB | rgb(175, 106, 189) |
| HSL | hsl(290, 39%, 58%) |
| CMYK | cmyk(7%, 44%, 0%, 26%) |
| LAB | lab(55.2 41.1 -32.5) |
| LCH | lch(55.2 52.4 321.7) |
| OKLCH | oklch(0.630 0.141 320.7) |
Copy-ready code
/* CSS */
color: #af6abd;
background-color: #af6abd;
/* Tailwind (arbitrary) */
class="text-[#af6abd] bg-[#af6abd]"
/* SCSS */
$brand: #af6abd;
/* SwiftUI */
Color(red: 0.686, green: 0.416, blue: 0.741)
/* Android */
Color.parseColor("#af6abd")Accessibility — WCAG contrast
Aa
#af6abd on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6abd on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green41.6%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta43.9%
Yellow0.0%
Key (black)25.9%
Color previews
#af6abd text on a black background
contrast 5.62:1
Card sample
#af6abd text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6abd;
Background color
Panel with #af6abd background
background-color: #af6abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 106, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 106, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6abd; background: linear-gradient(135deg, #af6abd, #BD6A94);