#b8ccd6
a light, soft blue · cool · closest name: silver
RGB
184, 204, 214
HSL
200°, 27%, 78%
CMYK
14, 5, 0, 16
Luminance
0.5823
Every format
| HEX | #b8ccd6 |
| RGB | rgb(184, 204, 214) |
| HSL | hsl(200, 27%, 78%) |
| CMYK | cmyk(14%, 5%, 0%, 16%) |
| LAB | lab(80.9 -4.7 -7.3) |
| LCH | lch(80.9 8.7 237.0) |
| OKLCH | oklch(0.833 0.026 229.2) |
Copy-ready code
/* CSS */
color: #b8ccd6;
background-color: #b8ccd6;
/* Tailwind (arbitrary) */
class="text-[#b8ccd6] bg-[#b8ccd6]"
/* SCSS */
$brand: #b8ccd6;
/* SwiftUI */
Color(red: 0.722, green: 0.800, blue: 0.839)
/* Android */
Color.parseColor("#b8ccd6")Accessibility — WCAG contrast
Aa
#b8ccd6 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ccd6 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.0%
Blue83.9%
CMYK percentages
Cyan14.0%
Magenta4.7%
Yellow0.0%
Key (black)16.1%
Color previews
#b8ccd6 text on a black background
contrast 12.65:1
Card sample
#b8ccd6 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ccd6;
Background color
Panel with #b8ccd6 background
background-color: #b8ccd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ccd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 204, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 204, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ccd6; background: linear-gradient(135deg, #b8ccd6, #B8B8D6);