#af8dba
a balanced, soft violet · warm · closest name: plum
RGB
175, 141, 186
HSL
285°, 25%, 64%
CMYK
6, 24, 0, 27
Luminance
0.3171
Every format
| HEX | #af8dba |
| RGB | rgb(175, 141, 186) |
| HSL | hsl(285, 25%, 64%) |
| CMYK | cmyk(6%, 24%, 0%, 27%) |
| LAB | lab(63.1 21.0 -18.6) |
| LCH | lch(63.1 28.1 318.5) |
| OKLCH | oklch(0.690 0.075 317.8) |
Copy-ready code
/* CSS */
color: #af8dba;
background-color: #af8dba;
/* Tailwind (arbitrary) */
class="text-[#af8dba] bg-[#af8dba]"
/* SCSS */
$brand: #af8dba;
/* SwiftUI */
Color(red: 0.686, green: 0.553, blue: 0.729)
/* Android */
Color.parseColor("#af8dba")Accessibility — WCAG contrast
Aa
#af8dba on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8dba on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.3%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta24.2%
Yellow0.0%
Key (black)27.1%
Color previews
#af8dba text on a black background
contrast 7.34:1
Card sample
#af8dba text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8dba;
Background color
Panel with #af8dba background
background-color: #af8dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 141, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 141, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8dba; background: linear-gradient(135deg, #af8dba, #BA8DA7);