#af9fbb
a light, soft violet · warm · closest name: silver
RGB
175, 159, 187
HSL
274°, 17%, 68%
CMYK
6, 15, 0, 27
Luminance
0.3750
Every format
| HEX | #af9fbb |
| RGB | rgb(175, 159, 187) |
| HSL | hsl(274, 17%, 68%) |
| CMYK | cmyk(6%, 15%, 0%, 27%) |
| LAB | lab(67.7 11.1 -12.3) |
| LCH | lch(67.7 16.6 312.2) |
| OKLCH | oklch(0.725 0.044 310.8) |
Copy-ready code
/* CSS */
color: #af9fbb;
background-color: #af9fbb;
/* Tailwind (arbitrary) */
class="text-[#af9fbb] bg-[#af9fbb]"
/* SCSS */
$brand: #af9fbb;
/* SwiftUI */
Color(red: 0.686, green: 0.624, blue: 0.733)
/* Android */
Color.parseColor("#af9fbb")Accessibility — WCAG contrast
Aa
#af9fbb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9fbb on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.4%
Blue73.3%
CMYK percentages
Cyan6.4%
Magenta15.0%
Yellow0.0%
Key (black)26.7%
Color previews
#af9fbb text on a black background
contrast 8.50:1
Card sample
#af9fbb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9fbb;
Background color
Panel with #af9fbb background
background-color: #af9fbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9fbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 159, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 159, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9fbb; background: linear-gradient(135deg, #af9fbb, #BB9FB4);