#af6dcf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 109, 207
HSL
280°, 51%, 62%
CMYK
16, 47, 0, 19
Luminance
0.2456
Every format
| HEX | #af6dcf |
| RGB | rgb(175, 109, 207) |
| HSL | hsl(280, 51%, 62%) |
| CMYK | cmyk(16%, 47%, 0%, 19%) |
| LAB | lab(56.6 43.2 -40.5) |
| LCH | lch(56.6 59.2 316.9) |
| OKLCH | oklch(0.644 0.156 313.8) |
Copy-ready code
/* CSS */
color: #af6dcf;
background-color: #af6dcf;
/* Tailwind (arbitrary) */
class="text-[#af6dcf] bg-[#af6dcf]"
/* SCSS */
$brand: #af6dcf;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#af6dcf")Accessibility — WCAG contrast
Aa
#af6dcf on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6dcf on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta47.3%
Yellow0.0%
Key (black)18.8%
Color previews
#af6dcf text on a black background
contrast 5.91:1
Card sample
#af6dcf text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6dcf;
Background color
Panel with #af6dcf background
background-color: #af6dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6dcf; background: linear-gradient(135deg, #af6dcf, #CF6DAE);