#af9cb3
a light, muted violet · warm · closest name: silver
RGB
175, 156, 179
HSL
290°, 13%, 66%
CMYK
2, 13, 0, 30
Luminance
0.3615
Every format
| HEX | #af9cb3 |
| RGB | rgb(175, 156, 179) |
| HSL | hsl(290, 13%, 66%) |
| CMYK | cmyk(2%, 13%, 0%, 30%) |
| LAB | lab(66.6 11.2 -9.3) |
| LCH | lch(66.6 14.6 320.2) |
| OKLCH | oklch(0.717 0.039 320.4) |
Copy-ready code
/* CSS */
color: #af9cb3;
background-color: #af9cb3;
/* Tailwind (arbitrary) */
class="text-[#af9cb3] bg-[#af9cb3]"
/* SCSS */
$brand: #af9cb3;
/* SwiftUI */
Color(red: 0.686, green: 0.612, blue: 0.702)
/* Android */
Color.parseColor("#af9cb3")Accessibility — WCAG contrast
Aa
#af9cb3 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9cb3 on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.2%
Blue70.2%
CMYK percentages
Cyan2.2%
Magenta12.8%
Yellow0.0%
Key (black)29.8%
Color previews
#af9cb3 text on a black background
contrast 8.23:1
Card sample
#af9cb3 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9cb3;
Background color
Panel with #af9cb3 background
background-color: #af9cb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9cb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 156, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 156, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9cb3; background: linear-gradient(135deg, #af9cb3, #B39CA8);