#b3afd6
a light, soft blue · warm · closest name: silver
RGB
179, 175, 214
HSL
246°, 32%, 76%
CMYK
16, 18, 0, 16
Luminance
0.4510
Every format
| HEX | #b3afd6 |
| RGB | rgb(179, 175, 214) |
| HSL | hsl(246, 32%, 76%) |
| CMYK | cmyk(16%, 18%, 0%, 16%) |
| LAB | lab(73.0 9.3 -19.1) |
| LCH | lch(73.0 21.3 295.9) |
| OKLCH | oklch(0.770 0.055 289.7) |
Copy-ready code
/* CSS */
color: #b3afd6;
background-color: #b3afd6;
/* Tailwind (arbitrary) */
class="text-[#b3afd6] bg-[#b3afd6]"
/* SCSS */
$brand: #b3afd6;
/* SwiftUI */
Color(red: 0.702, green: 0.686, blue: 0.839)
/* Android */
Color.parseColor("#b3afd6")Accessibility — WCAG contrast
Aa
#b3afd6 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3afd6 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.6%
Blue83.9%
CMYK percentages
Cyan16.4%
Magenta18.2%
Yellow0.0%
Key (black)16.1%
Color previews
#b3afd6 text on a black background
contrast 10.02:1
Card sample
#b3afd6 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3afd6;
Background color
Panel with #b3afd6 background
background-color: #b3afd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3afd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 175, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 175, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3afd6; background: linear-gradient(135deg, #b3afd6, #CDAFD6);