#b8c0cd
a light, soft blue · cool · closest name: silver
RGB
184, 192, 205
HSL
217°, 17%, 76%
CMYK
10, 6, 0, 20
Luminance
0.5230
Every format
| HEX | #b8c0cd |
| RGB | rgb(184, 192, 205) |
| HSL | hsl(217, 17%, 76%) |
| CMYK | cmyk(10%, 6%, 0%, 20%) |
| LAB | lab(77.5 -0.2 -7.5) |
| LCH | lch(77.5 7.5 268.5) |
| OKLCH | oklch(0.805 0.020 260.2) |
Copy-ready code
/* CSS */
color: #b8c0cd;
background-color: #b8c0cd;
/* Tailwind (arbitrary) */
class="text-[#b8c0cd] bg-[#b8c0cd]"
/* SCSS */
$brand: #b8c0cd;
/* SwiftUI */
Color(red: 0.722, green: 0.753, blue: 0.804)
/* Android */
Color.parseColor("#b8c0cd")Accessibility — WCAG contrast
Aa
#b8c0cd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8c0cd on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green75.3%
Blue80.4%
CMYK percentages
Cyan10.2%
Magenta6.3%
Yellow0.0%
Key (black)19.6%
Color previews
#b8c0cd text on a black background
contrast 11.46:1
Card sample
#b8c0cd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8c0cd;
Background color
Panel with #b8c0cd background
background-color: #b8c0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8c0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 192, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 192, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8c0cd; background: linear-gradient(135deg, #b8c0cd, #BEB8CD);