#b8cbdf
a light, soft blue · cool · closest name: silver
RGB
184, 203, 223
HSL
211°, 38%, 80%
CMYK
18, 9, 0, 13
Luminance
0.5823
Every format
| HEX | #b8cbdf |
| RGB | rgb(184, 203, 223) |
| HSL | hsl(211, 38%, 80%) |
| CMYK | cmyk(18%, 9%, 0%, 13%) |
| LAB | lab(80.9 -2.3 -12.1) |
| LCH | lch(80.9 12.3 259.3) |
| OKLCH | oklch(0.834 0.035 249.6) |
Copy-ready code
/* CSS */
color: #b8cbdf;
background-color: #b8cbdf;
/* Tailwind (arbitrary) */
class="text-[#b8cbdf] bg-[#b8cbdf]"
/* SCSS */
$brand: #b8cbdf;
/* SwiftUI */
Color(red: 0.722, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#b8cbdf")Accessibility — WCAG contrast
Aa
#b8cbdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8cbdf on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b8cbdf text on a black background
contrast 12.65:1
Card sample
#b8cbdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8cbdf;
Background color
Panel with #b8cbdf background
background-color: #b8cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8cbdf; background: linear-gradient(135deg, #b8cbdf, #BFB8DF);