#af8fbd
a light, soft violet · warm · closest name: plum
RGB
175, 143, 189
HSL
282°, 26%, 65%
CMYK
7, 24, 0, 26
Luminance
0.3243
Every format
| HEX | #af8fbd |
| RGB | rgb(175, 143, 189) |
| HSL | hsl(282, 26%, 65%) |
| CMYK | cmyk(7%, 24%, 0%, 26%) |
| LAB | lab(63.7 20.5 -19.4) |
| LCH | lch(63.7 28.2 316.6) |
| OKLCH | oklch(0.695 0.075 315.5) |
Copy-ready code
/* CSS */
color: #af8fbd;
background-color: #af8fbd;
/* Tailwind (arbitrary) */
class="text-[#af8fbd] bg-[#af8fbd]"
/* SCSS */
$brand: #af8fbd;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.741)
/* Android */
Color.parseColor("#af8fbd")Accessibility — WCAG contrast
Aa
#af8fbd on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fbd on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta24.3%
Yellow0.0%
Key (black)25.9%
Color previews
#af8fbd text on a black background
contrast 7.49:1
Card sample
#af8fbd text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fbd;
Background color
Panel with #af8fbd background
background-color: #af8fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fbd; background: linear-gradient(135deg, #af8fbd, #BD8FAC);