#af7bda
a light, vivid violet · warm · closest name: orchid
RGB
175, 123, 218
HSL
273°, 56%, 67%
CMYK
20, 44, 0, 15
Luminance
0.2834
Every format
| HEX | #af7bda |
| RGB | rgb(175, 123, 218) |
| HSL | hsl(273, 56%, 67%) |
| CMYK | cmyk(20%, 44%, 0%, 15%) |
| LAB | lab(60.2 38.0 -41.1) |
| LCH | lch(60.2 56.0 312.8) |
| OKLCH | oklch(0.672 0.145 308.2) |
Copy-ready code
/* CSS */
color: #af7bda;
background-color: #af7bda;
/* Tailwind (arbitrary) */
class="text-[#af7bda] bg-[#af7bda]"
/* SCSS */
$brand: #af7bda;
/* SwiftUI */
Color(red: 0.686, green: 0.482, blue: 0.855)
/* Android */
Color.parseColor("#af7bda")Accessibility — WCAG contrast
Aa
#af7bda on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7bda on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.2%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta43.6%
Yellow0.0%
Key (black)14.5%
Color previews
#af7bda text on a black background
contrast 6.67:1
Card sample
#af7bda text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7bda;
Background color
Panel with #af7bda background
background-color: #af7bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 123, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 123, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7bda; background: linear-gradient(135deg, #af7bda, #DA7BC6);