#b6c2cc
a light, soft blue · cool · closest name: silver
RGB
182, 194, 204
HSL
207°, 18%, 76%
CMYK
11, 5, 0, 20
Luminance
0.5289
Every format
| HEX | #b6c2cc |
| RGB | rgb(182, 194, 204) |
| HSL | hsl(207, 18%, 76%) |
| CMYK | cmyk(11%, 5%, 0%, 20%) |
| LAB | lab(77.8 -2.1 -6.4) |
| LCH | lch(77.8 6.8 251.7) |
| OKLCH | oklch(0.808 0.019 243.0) |
Copy-ready code
/* CSS */
color: #b6c2cc;
background-color: #b6c2cc;
/* Tailwind (arbitrary) */
class="text-[#b6c2cc] bg-[#b6c2cc]"
/* SCSS */
$brand: #b6c2cc;
/* SwiftUI */
Color(red: 0.714, green: 0.761, blue: 0.800)
/* Android */
Color.parseColor("#b6c2cc")Accessibility — WCAG contrast
Aa
#b6c2cc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6c2cc on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green76.1%
Blue80.0%
CMYK percentages
Cyan10.8%
Magenta4.9%
Yellow0.0%
Key (black)20.0%
Color previews
#b6c2cc text on a black background
contrast 11.58:1
Card sample
#b6c2cc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6c2cc;
Background color
Panel with #b6c2cc background
background-color: #b6c2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6c2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 194, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 194, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6c2cc; background: linear-gradient(135deg, #b6c2cc, #B9B6CC);