#af5ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 93, 223
HSL
278°, 67%, 62%
CMYK
22, 58, 0, 13
Luminance
0.2227
Every format
| HEX | #af5ddf |
| RGB | rgb(175, 93, 223) |
| HSL | hsl(278, 67%, 62%) |
| CMYK | cmyk(22%, 58%, 0%, 13%) |
| LAB | lab(54.3 55.0 -53.2) |
| LCH | lch(54.3 76.5 315.9) |
| OKLCH | oklch(0.630 0.198 311.1) |
Copy-ready code
/* CSS */
color: #af5ddf;
background-color: #af5ddf;
/* Tailwind (arbitrary) */
class="text-[#af5ddf] bg-[#af5ddf]"
/* SCSS */
$brand: #af5ddf;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#af5ddf")Accessibility — WCAG contrast
Aa
#af5ddf on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5ddf on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#af5ddf text on a black background
contrast 5.45:1
Card sample
#af5ddf text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5ddf;
Background color
Panel with #af5ddf background
background-color: #af5ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5ddf; background: linear-gradient(135deg, #af5ddf, #DF5DB9);