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