#af3cdb
a balanced, vivid violet · warm · closest name: purple
RGB
175, 60, 219
HSL
283°, 69%, 55%
CMYK
20, 73, 0, 14
Luminance
0.1746
Every format
| HEX | #af3cdb |
| RGB | rgb(175, 60, 219) |
| HSL | hsl(283, 69%, 55%) |
| CMYK | cmyk(20%, 73%, 0%, 14%) |
| LAB | lab(48.8 68.7 -59.7) |
| LCH | lch(48.8 91.0 319.0) |
| OKLCH | oklch(0.589 0.237 314.7) |
Copy-ready code
/* CSS */
color: #af3cdb;
background-color: #af3cdb;
/* Tailwind (arbitrary) */
class="text-[#af3cdb] bg-[#af3cdb]"
/* SCSS */
$brand: #af3cdb;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#af3cdb")Accessibility — WCAG contrast
Aa
#af3cdb on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3cdb on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#af3cdb text on a black background
contrast 4.49:1
Card sample
#af3cdb text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3cdb;
Background color
Panel with #af3cdb background
background-color: #af3cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3cdb; background: linear-gradient(135deg, #af3cdb, #DB3C9D);