#b9cccf
a light, soft cyan · cool · closest name: silver
RGB
185, 204, 207
HSL
188°, 19%, 77%
CMYK
11, 1, 0, 19
Luminance
0.5801
Every format
| HEX | #b9cccf |
| RGB | rgb(185, 204, 207) |
| HSL | hsl(188, 19%, 77%) |
| CMYK | cmyk(11%, 1%, 0%, 19%) |
| LAB | lab(80.7 -5.8 -3.7) |
| LCH | lch(80.7 6.9 212.3) |
| OKLCH | oklch(0.832 0.021 208.1) |
Copy-ready code
/* CSS */
color: #b9cccf;
background-color: #b9cccf;
/* Tailwind (arbitrary) */
class="text-[#b9cccf] bg-[#b9cccf]"
/* SCSS */
$brand: #b9cccf;
/* SwiftUI */
Color(red: 0.725, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#b9cccf")Accessibility — WCAG contrast
Aa
#b9cccf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9cccf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b9cccf text on a black background
contrast 12.60:1
Card sample
#b9cccf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9cccf;
Background color
Panel with #b9cccf background
background-color: #b9cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9cccf; background: linear-gradient(135deg, #b9cccf, #B9BDCF);