#af8cdb
a light, vivid violet · warm · closest name: plum
RGB
175, 140, 219
HSL
267°, 52%, 70%
CMYK
20, 36, 0, 14
Luminance
0.3298
Every format
| HEX | #af8cdb |
| RGB | rgb(175, 140, 219) |
| HSL | hsl(267, 52%, 70%) |
| CMYK | cmyk(20%, 36%, 0%, 14%) |
| LAB | lab(64.2 28.7 -35.5) |
| LCH | lch(64.2 45.6 309.0) |
| OKLCH | oklch(0.702 0.118 303.9) |
Copy-ready code
/* CSS */
color: #af8cdb;
background-color: #af8cdb;
/* Tailwind (arbitrary) */
class="text-[#af8cdb] bg-[#af8cdb]"
/* SCSS */
$brand: #af8cdb;
/* SwiftUI */
Color(red: 0.686, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#af8cdb")Accessibility — WCAG contrast
Aa
#af8cdb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8cdb on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green54.9%
Blue85.9%
CMYK percentages
Cyan20.1%
Magenta36.1%
Yellow0.0%
Key (black)14.1%
Color previews
#af8cdb text on a black background
contrast 7.60:1
Card sample
#af8cdb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8cdb;
Background color
Panel with #af8cdb background
background-color: #af8cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8cdb; background: linear-gradient(135deg, #af8cdb, #DB8CD2);