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