#b8c2cb
a light, soft blue · cool · closest name: silver
RGB
184, 194, 203
HSL
208°, 15%, 76%
CMYK
9, 4, 0, 20
Luminance
0.5309
Every format
| HEX | #b8c2cb |
| RGB | rgb(184, 194, 203) |
| HSL | hsl(208, 15%, 76%) |
| CMYK | cmyk(9%, 4%, 0%, 20%) |
| LAB | lab(77.9 -1.7 -5.7) |
| LCH | lch(77.9 5.9 253.7) |
| OKLCH | oklch(0.809 0.017 245.1) |
Copy-ready code
/* CSS */
color: #b8c2cb;
background-color: #b8c2cb;
/* Tailwind (arbitrary) */
class="text-[#b8c2cb] bg-[#b8c2cb]"
/* SCSS */
$brand: #b8c2cb;
/* SwiftUI */
Color(red: 0.722, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#b8c2cb")Accessibility — WCAG contrast
Aa
#b8c2cb on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c2cb on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green76.1%
Blue79.6%
CMYK percentages
Cyan9.4%
Magenta4.4%
Yellow0.0%
Key (black)20.4%
Color previews
#b8c2cb text on a black background
contrast 11.62:1
Card sample
#b8c2cb text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c2cb;
Background color
Panel with #b8c2cb background
background-color: #b8c2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c2cb; background: linear-gradient(135deg, #b8c2cb, #BBB8CB);