#af8dbe
a balanced, soft violet · warm · closest name: plum
RGB
175, 141, 190
HSL
282°, 27%, 65%
CMYK
8, 26, 0, 26
Luminance
0.3188
Every format
| HEX | #af8dbe |
| RGB | rgb(175, 141, 190) |
| HSL | hsl(282, 27%, 65%) |
| CMYK | cmyk(8%, 26%, 0%, 26%) |
| LAB | lab(63.3 21.9 -20.6) |
| LCH | lch(63.3 30.1 316.6) |
| OKLCH | oklch(0.692 0.080 315.4) |
Copy-ready code
/* CSS */
color: #af8dbe;
background-color: #af8dbe;
/* Tailwind (arbitrary) */
class="text-[#af8dbe] bg-[#af8dbe]"
/* SCSS */
$brand: #af8dbe;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.745)
/* Android */
Color.parseColor("#af8dbe")Accessibility — WCAG contrast
Aa
#af8dbe on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8dbe on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue74.5%
CMYK percentages
Cyan7.9%
Magenta25.8%
Yellow0.0%
Key (black)25.5%
Color previews
#af8dbe text on a black background
contrast 7.38:1
Card sample
#af8dbe text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8dbe;
Background color
Panel with #af8dbe background
background-color: #af8dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8dbe; background: linear-gradient(135deg, #af8dbe, #BE8DAC);