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