#b2afd0
a light, soft blue · warm · closest name: silver
RGB
178, 175, 208
HSL
246°, 26%, 75%
CMYK
14, 16, 0, 18
Luminance
0.4468
Every format
| HEX | #b2afd0 |
| RGB | rgb(178, 175, 208) |
| HSL | hsl(246, 26%, 75%) |
| CMYK | cmyk(14%, 16%, 0%, 18%) |
| LAB | lab(72.7 7.7 -16.3) |
| LCH | lch(72.7 18.0 295.2) |
| OKLCH | oklch(0.767 0.047 289.4) |
Copy-ready code
/* CSS */
color: #b2afd0;
background-color: #b2afd0;
/* Tailwind (arbitrary) */
class="text-[#b2afd0] bg-[#b2afd0]"
/* SCSS */
$brand: #b2afd0;
/* SwiftUI */
Color(red: 0.698, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#b2afd0")Accessibility — WCAG contrast
Aa
#b2afd0 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2afd0 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.6%
Blue81.6%
CMYK percentages
Cyan14.4%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#b2afd0 text on a black background
contrast 9.94:1
Card sample
#b2afd0 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2afd0;
Background color
Panel with #b2afd0 background
background-color: #b2afd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2afd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2afd0; background: linear-gradient(135deg, #b2afd0, #C8AFD0);