#b6cbdf
a light, soft blue · cool · closest name: silver
RGB
182, 203, 223
HSL
209°, 39%, 79%
CMYK
18, 9, 0, 13
Luminance
0.5798
Every format
| HEX | #b6cbdf |
| RGB | rgb(182, 203, 223) |
| HSL | hsl(209, 39%, 79%) |
| CMYK | cmyk(18%, 9%, 0%, 13%) |
| LAB | lab(80.7 -2.9 -12.3) |
| LCH | lch(80.7 12.6 256.6) |
| OKLCH | oklch(0.833 0.036 246.9) |
Copy-ready code
/* CSS */
color: #b6cbdf;
background-color: #b6cbdf;
/* Tailwind (arbitrary) */
class="text-[#b6cbdf] bg-[#b6cbdf]"
/* SCSS */
$brand: #b6cbdf;
/* SwiftUI */
Color(red: 0.714, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#b6cbdf")Accessibility — WCAG contrast
Aa
#b6cbdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cbdf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green79.6%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b6cbdf text on a black background
contrast 12.60:1
Card sample
#b6cbdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cbdf;
Background color
Panel with #b6cbdf background
background-color: #b6cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cbdf; background: linear-gradient(135deg, #b6cbdf, #BCB6DF);