#af9abc
a light, soft violet · warm · closest name: plum
RGB
175, 154, 188
HSL
277°, 20%, 67%
CMYK
7, 18, 0, 26
Luminance
0.3586
Every format
| HEX | #af9abc |
| RGB | rgb(175, 154, 188) |
| HSL | hsl(277, 20%, 67%) |
| CMYK | cmyk(7%, 18%, 0%, 26%) |
| LAB | lab(66.4 14.1 -14.7) |
| LCH | lch(66.4 20.4 313.8) |
| OKLCH | oklch(0.716 0.054 312.5) |
Copy-ready code
/* CSS */
color: #af9abc;
background-color: #af9abc;
/* Tailwind (arbitrary) */
class="text-[#af9abc] bg-[#af9abc]"
/* SCSS */
$brand: #af9abc;
/* SwiftUI */
Color(red: 0.686, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#af9abc")Accessibility — WCAG contrast
Aa
#af9abc on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9abc on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.4%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta18.1%
Yellow0.0%
Key (black)26.3%
Color previews
#af9abc text on a black background
contrast 8.17:1
Card sample
#af9abc text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9abc;
Background color
Panel with #af9abc background
background-color: #af9abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9abc; background: linear-gradient(135deg, #af9abc, #BC9AB2);