#b6c0cd
a light, soft blue · cool · closest name: silver
RGB
182, 192, 205
HSL
214°, 19%, 76%
CMYK
11, 6, 0, 20
Luminance
0.5205
Every format
| HEX | #b6c0cd |
| RGB | rgb(182, 192, 205) |
| HSL | hsl(214, 19%, 76%) |
| CMYK | cmyk(11%, 6%, 0%, 20%) |
| LAB | lab(77.3 -0.9 -7.7) |
| LCH | lch(77.3 7.8 263.6) |
| OKLCH | oklch(0.804 0.021 254.9) |
Copy-ready code
/* CSS */
color: #b6c0cd;
background-color: #b6c0cd;
/* Tailwind (arbitrary) */
class="text-[#b6c0cd] bg-[#b6c0cd]"
/* SCSS */
$brand: #b6c0cd;
/* SwiftUI */
Color(red: 0.714, green: 0.753, blue: 0.804)
/* Android */
Color.parseColor("#b6c0cd")Accessibility — WCAG contrast
Aa
#b6c0cd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c0cd on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green75.3%
Blue80.4%
CMYK percentages
Cyan11.2%
Magenta6.3%
Yellow0.0%
Key (black)19.6%
Color previews
#b6c0cd text on a black background
contrast 11.41:1
Card sample
#b6c0cd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c0cd;
Background color
Panel with #b6c0cd background
background-color: #b6c0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 192, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 192, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c0cd; background: linear-gradient(135deg, #b6c0cd, #BBB6CD);