#af9cbf
a light, soft violet · warm · closest name: plum
RGB
175, 156, 191
HSL
273°, 22%, 68%
CMYK
8, 18, 0, 25
Luminance
0.3665
Every format
| HEX | #af9cbf |
| RGB | rgb(175, 156, 191) |
| HSL | hsl(273, 22%, 68%) |
| CMYK | cmyk(8%, 18%, 0%, 25%) |
| LAB | lab(67.0 13.6 -15.5) |
| LCH | lch(67.0 20.6 311.4) |
| OKLCH | oklch(0.721 0.054 309.4) |
Copy-ready code
/* CSS */
color: #af9cbf;
background-color: #af9cbf;
/* Tailwind (arbitrary) */
class="text-[#af9cbf] bg-[#af9cbf]"
/* SCSS */
$brand: #af9cbf;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#af9cbf")Accessibility — WCAG contrast
Aa
#af9cbf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cbf on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue74.9%
CMYK percentages
Cyan8.4%
Magenta18.3%
Yellow0.0%
Key (black)25.1%
Color previews
#af9cbf text on a black background
contrast 8.33:1
Card sample
#af9cbf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cbf;
Background color
Panel with #af9cbf background
background-color: #af9cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cbf; background: linear-gradient(135deg, #af9cbf, #BF9CB8);