#b3adcd
a light, soft blue · warm · closest name: silver
RGB
179, 173, 205
HSL
251°, 24%, 74%
CMYK
13, 16, 0, 20
Luminance
0.4388
Every format
| HEX | #b3adcd |
| RGB | rgb(179, 173, 205) |
| HSL | hsl(251, 24%, 74%) |
| CMYK | cmyk(13%, 16%, 0%, 20%) |
| LAB | lab(72.2 8.4 -15.4) |
| LCH | lch(72.2 17.6 298.7) |
| OKLCH | oklch(0.763 0.046 293.9) |
Copy-ready code
/* CSS */
color: #b3adcd;
background-color: #b3adcd;
/* Tailwind (arbitrary) */
class="text-[#b3adcd] bg-[#b3adcd]"
/* SCSS */
$brand: #b3adcd;
/* SwiftUI */
Color(red: 0.702, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#b3adcd")Accessibility — WCAG contrast
Aa
#b3adcd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3adcd on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.8%
Blue80.4%
CMYK percentages
Cyan12.7%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#b3adcd text on a black background
contrast 9.78:1
Card sample
#b3adcd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3adcd;
Background color
Panel with #b3adcd background
background-color: #b3adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3adcd; background: linear-gradient(135deg, #b3adcd, #C8ADCD);