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