#b2adcf
a light, soft blue · warm · closest name: silver
RGB
178, 173, 207
HSL
249°, 26%, 75%
CMYK
14, 16, 0, 19
Luminance
0.4386
Every format
| HEX | #b2adcf |
| RGB | rgb(178, 173, 207) |
| HSL | hsl(249, 26%, 75%) |
| CMYK | cmyk(14%, 16%, 0%, 19%) |
| LAB | lab(72.1 8.6 -16.6) |
| LCH | lch(72.1 18.6 297.3) |
| OKLCH | oklch(0.763 0.049 292.0) |
Copy-ready code
/* CSS */
color: #b2adcf;
background-color: #b2adcf;
/* Tailwind (arbitrary) */
class="text-[#b2adcf] bg-[#b2adcf]"
/* SCSS */
$brand: #b2adcf;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#b2adcf")Accessibility — WCAG contrast
Aa
#b2adcf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adcf on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue81.2%
CMYK percentages
Cyan14.0%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b2adcf text on a black background
contrast 9.77:1
Card sample
#b2adcf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adcf;
Background color
Panel with #b2adcf background
background-color: #b2adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adcf; background: linear-gradient(135deg, #b2adcf, #C9ADCF);