#af6ddf
a light, vivid violet · warm · closest name: orchid
RGB
175, 109, 223
HSL
275°, 64%, 65%
CMYK
22, 51, 0, 13
Luminance
0.2538
Every format
| HEX | #af6ddf |
| RGB | rgb(175, 109, 223) |
| HSL | hsl(275, 64%, 65%) |
| CMYK | cmyk(22%, 51%, 0%, 13%) |
| LAB | lab(57.4 46.8 -48.2) |
| LCH | lch(57.4 67.2 314.1) |
| OKLCH | oklch(0.653 0.174 309.1) |
Copy-ready code
/* CSS */
color: #af6ddf;
background-color: #af6ddf;
/* Tailwind (arbitrary) */
class="text-[#af6ddf] bg-[#af6ddf]"
/* SCSS */
$brand: #af6ddf;
/* SwiftUI */
Color(red: 0.686, green: 0.427, blue: 0.875)
/* Android */
Color.parseColor("#af6ddf")Accessibility — WCAG contrast
Aa
#af6ddf on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6ddf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green42.7%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta51.1%
Yellow0.0%
Key (black)12.5%
Color previews
#af6ddf text on a black background
contrast 6.08:1
Card sample
#af6ddf text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6ddf;
Background color
Panel with #af6ddf background
background-color: #af6ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 109, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 109, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6ddf; background: linear-gradient(135deg, #af6ddf, #DF6DC3);