#b8ccdf
a light, soft blue · cool · closest name: silver
RGB
184, 204, 223
HSL
209°, 38%, 80%
CMYK
18, 9, 0, 13
Luminance
0.5870
Every format
| HEX | #b8ccdf |
| RGB | rgb(184, 204, 223) |
| HSL | hsl(209, 38%, 80%) |
| CMYK | cmyk(18%, 9%, 0%, 13%) |
| LAB | lab(81.1 -2.8 -11.7) |
| LCH | lch(81.1 12.0 256.4) |
| OKLCH | oklch(0.836 0.034 246.9) |
Copy-ready code
/* CSS */
color: #b8ccdf;
background-color: #b8ccdf;
/* Tailwind (arbitrary) */
class="text-[#b8ccdf] bg-[#b8ccdf]"
/* SCSS */
$brand: #b8ccdf;
/* SwiftUI */
Color(red: 0.722, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#b8ccdf")Accessibility — WCAG contrast
Aa
#b8ccdf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ccdf on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.0%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b8ccdf text on a black background
contrast 12.74:1
Card sample
#b8ccdf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ccdf;
Background color
Panel with #b8ccdf background
background-color: #b8ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ccdf; background: linear-gradient(135deg, #b8ccdf, #BEB8DF);