#af8fbc
a balanced, soft violet · warm · closest name: plum
RGB
175, 143, 188
HSL
283°, 25%, 65%
CMYK
7, 24, 0, 26
Luminance
0.3239
Every format
| HEX | #af8fbc |
| RGB | rgb(175, 143, 188) |
| HSL | hsl(283, 25%, 65%) |
| CMYK | cmyk(7%, 24%, 0%, 26%) |
| LAB | lab(63.7 20.3 -18.9) |
| LCH | lch(63.7 27.7 317.1) |
| OKLCH | oklch(0.695 0.074 316.1) |
Copy-ready code
/* CSS */
color: #af8fbc;
background-color: #af8fbc;
/* Tailwind (arbitrary) */
class="text-[#af8fbc] bg-[#af8fbc]"
/* SCSS */
$brand: #af8fbc;
/* SwiftUI */
Color(red: 0.686, green: 0.561, blue: 0.737)
/* Android */
Color.parseColor("#af8fbc")Accessibility — WCAG contrast
Aa
#af8fbc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af8fbc on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.1%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta23.9%
Yellow0.0%
Key (black)26.3%
Color previews
#af8fbc text on a black background
contrast 7.48:1
Card sample
#af8fbc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8fbc;
Background color
Panel with #af8fbc background
background-color: #af8fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 143, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 143, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8fbc; background: linear-gradient(135deg, #af8fbc, #BC8FAB);