#af3ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 61, 223
HSL
282°, 72%, 56%
CMYK
22, 73, 0, 13
Luminance
0.1778
Every format
| HEX | #af3ddf |
| RGB | rgb(175, 61, 223) |
| HSL | hsl(282, 72%, 56%) |
| CMYK | cmyk(22%, 73%, 0%, 13%) |
| LAB | lab(49.2 69.1 -61.4) |
| LCH | lch(49.2 92.4 318.4) |
| OKLCH | oklch(0.593 0.240 313.7) |
Copy-ready code
/* CSS */
color: #af3ddf;
background-color: #af3ddf;
/* Tailwind (arbitrary) */
class="text-[#af3ddf] bg-[#af3ddf]"
/* SCSS */
$brand: #af3ddf;
/* SwiftUI */
Color(red: 0.686, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#af3ddf")Accessibility — WCAG contrast
Aa
#af3ddf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3ddf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.9%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#af3ddf text on a black background
contrast 4.56:1
Card sample
#af3ddf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ddf;
Background color
Panel with #af3ddf background
background-color: #af3ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ddf; background: linear-gradient(135deg, #af3ddf, #DF3DA3);