#b8c2cd
a light, soft blue · cool · closest name: silver
RGB
184, 194, 205
HSL
211°, 17%, 76%
CMYK
10, 5, 0, 20
Luminance
0.5318
Every format
| HEX | #b8c2cd |
| RGB | rgb(184, 194, 205) |
| HSL | hsl(211, 17%, 76%) |
| CMYK | cmyk(10%, 5%, 0%, 20%) |
| LAB | lab(78.0 -1.3 -6.7) |
| LCH | lch(78.0 6.8 259.3) |
| OKLCH | oklch(0.810 0.019 250.6) |
Copy-ready code
/* CSS */
color: #b8c2cd;
background-color: #b8c2cd;
/* Tailwind (arbitrary) */
class="text-[#b8c2cd] bg-[#b8c2cd]"
/* SCSS */
$brand: #b8c2cd;
/* SwiftUI */
Color(red: 0.722, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#b8c2cd")Accessibility — WCAG contrast
Aa
#b8c2cd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c2cd on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green76.1%
Blue80.4%
CMYK percentages
Cyan10.2%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#b8c2cd text on a black background
contrast 11.64:1
Card sample
#b8c2cd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c2cd;
Background color
Panel with #b8c2cd background
background-color: #b8c2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c2cd; background: linear-gradient(135deg, #b8c2cd, #BCB8CD);