#b8c1d3
a light, soft blue · cool · closest name: silver
RGB
184, 193, 211
HSL
220°, 24%, 78%
CMYK
13, 9, 0, 17
Luminance
0.5303
Every format
| HEX | #b8c1d3 |
| RGB | rgb(184, 193, 211) |
| HSL | hsl(220, 24%, 78%) |
| CMYK | cmyk(13%, 9%, 0%, 17%) |
| LAB | lab(77.9 0.5 -10.1) |
| LCH | lch(77.9 10.1 272.8) |
| OKLCH | oklch(0.810 0.027 264.4) |
Copy-ready code
/* CSS */
color: #b8c1d3;
background-color: #b8c1d3;
/* Tailwind (arbitrary) */
class="text-[#b8c1d3] bg-[#b8c1d3]"
/* SCSS */
$brand: #b8c1d3;
/* SwiftUI */
Color(red: 0.722, green: 0.757, blue: 0.827)
/* Android */
Color.parseColor("#b8c1d3")Accessibility — WCAG contrast
Aa
#b8c1d3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c1d3 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green75.7%
Blue82.7%
CMYK percentages
Cyan12.8%
Magenta8.5%
Yellow0.0%
Key (black)17.3%
Color previews
#b8c1d3 text on a black background
contrast 11.61:1
Card sample
#b8c1d3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c1d3;
Background color
Panel with #b8c1d3 background
background-color: #b8c1d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c1d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 193, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 193, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c1d3; background: linear-gradient(135deg, #b8c1d3, #C1B8D3);