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