#af9cdb
a light, vivid violet · warm · closest name: plum
RGB
175, 156, 219
HSL
258°, 47%, 74%
CMYK
20, 29, 0, 14
Luminance
0.3801
Every format
| HEX | #af9cdb |
| RGB | rgb(175, 156, 219) |
| HSL | hsl(258, 47%, 74%) |
| CMYK | cmyk(20%, 29%, 0%, 14%) |
| LAB | lab(68.0 19.7 -29.5) |
| LCH | lch(68.0 35.5 303.8) |
| OKLCH | oklch(0.732 0.092 297.9) |
Copy-ready code
/* CSS */
color: #af9cdb;
background-color: #af9cdb;
/* Tailwind (arbitrary) */
class="text-[#af9cdb] bg-[#af9cdb]"
/* SCSS */
$brand: #af9cdb;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.859)
/* Android */
Color.parseColor("#af9cdb")Accessibility — WCAG contrast
Aa
#af9cdb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cdb on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta28.8%
Yellow0.0%
Key (black)14.1%
Color previews
#af9cdb text on a black background
contrast 8.60:1
Card sample
#af9cdb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cdb;
Background color
Panel with #af9cdb background
background-color: #af9cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cdb; background: linear-gradient(135deg, #af9cdb, #D99CDB);