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