#af9dba
a light, soft violet · warm · closest name: silver
RGB
175, 157, 186
HSL
277°, 17%, 67%
CMYK
6, 16, 0, 27
Luminance
0.3677
Every format
| HEX | #af9dba |
| RGB | rgb(175, 157, 186) |
| HSL | hsl(277, 17%, 67%) |
| CMYK | cmyk(6%, 16%, 0%, 27%) |
| LAB | lab(67.1 12.1 -12.6) |
| LCH | lch(67.1 17.4 313.8) |
| OKLCH | oklch(0.721 0.046 312.7) |
Copy-ready code
/* CSS */
color: #af9dba;
background-color: #af9dba;
/* Tailwind (arbitrary) */
class="text-[#af9dba] bg-[#af9dba]"
/* SCSS */
$brand: #af9dba;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.729)
/* Android */
Color.parseColor("#af9dba")Accessibility — WCAG contrast
Aa
#af9dba on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9dba on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta15.6%
Yellow0.0%
Key (black)27.1%
Color previews
#af9dba text on a black background
contrast 8.35:1
Card sample
#af9dba text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9dba;
Background color
Panel with #af9dba background
background-color: #af9dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9dba; background: linear-gradient(135deg, #af9dba, #BA9DB2);