#b6cddc
a light, soft blue · cool · closest name: silver
RGB
182, 205, 220
HSL
204°, 35%, 79%
CMYK
17, 7, 0, 14
Luminance
0.5878
Every format
| HEX | #b6cddc |
| RGB | rgb(182, 205, 220) |
| HSL | hsl(204, 35%, 79%) |
| CMYK | cmyk(17%, 7%, 0%, 14%) |
| LAB | lab(81.2 -4.6 -10.0) |
| LCH | lch(81.2 11.0 245.3) |
| OKLCH | oklch(0.836 0.033 236.4) |
Copy-ready code
/* CSS */
color: #b6cddc;
background-color: #b6cddc;
/* Tailwind (arbitrary) */
class="text-[#b6cddc] bg-[#b6cddc]"
/* SCSS */
$brand: #b6cddc;
/* SwiftUI */
Color(red: 0.714, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#b6cddc")Accessibility — WCAG contrast
Aa
#b6cddc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cddc on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.4%
Blue86.3%
CMYK percentages
Cyan17.3%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#b6cddc text on a black background
contrast 12.76:1
Card sample
#b6cddc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cddc;
Background color
Panel with #b6cddc background
background-color: #b6cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cddc; background: linear-gradient(135deg, #b6cddc, #B8B6DC);