#b6cccf
a light, soft cyan · cool · closest name: silver
RGB
182, 204, 207
HSL
187°, 21%, 76%
CMYK
12, 1, 0, 19
Luminance
0.5764
Every format
| HEX | #b6cccf |
| RGB | rgb(182, 204, 207) |
| HSL | hsl(187, 21%, 76%) |
| CMYK | cmyk(12%, 1%, 0%, 19%) |
| LAB | lab(80.5 -6.8 -4.0) |
| LCH | lch(80.5 7.9 210.6) |
| OKLCH | oklch(0.830 0.024 206.6) |
Copy-ready code
/* CSS */
color: #b6cccf;
background-color: #b6cccf;
/* Tailwind (arbitrary) */
class="text-[#b6cccf] bg-[#b6cccf]"
/* SCSS */
$brand: #b6cccf;
/* SwiftUI */
Color(red: 0.714, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#b6cccf")Accessibility — WCAG contrast
Aa
#b6cccf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6cccf on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green80.0%
Blue81.2%
CMYK percentages
Cyan12.1%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b6cccf text on a black background
contrast 12.53:1
Card sample
#b6cccf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6cccf;
Background color
Panel with #b6cccf background
background-color: #b6cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6cccf; background: linear-gradient(135deg, #b6cccf, #B6BBCF);